Fujitsu MB91V360 사용자 설명서 - 페이지 17
{카테고리_이름} Fujitsu MB91V360에 대한 사용자 설명서을 온라인으로 검색하거나 PDF를 다운로드하세요. Fujitsu MB91V360 20 페이지. Levelshifter board
for ( i=0;i<RAM_SIZE;i++ )
if ( *pData++ != 0x55555555 )
__asm(" INTE ");
at this Adress-4 */
/*****************************************************************************/
/* RAM check 0xaaaaaaaa */
/*****************************************************************************/
pData = (DATATYPE*)CS6_Adr;
for ( i=0;i<RAM_SIZE;i++ )
*pData++ = 0xaaaaaaaa;
*/
pData = (DATATYPE*)CS6_Adr;
for ( i=0;i<RAM_SIZE;i++ )
if ( *pData++ != 0xaaaaaaaa )
__asm(" INTE ");
at this Adress-4 */
/*****************************************************************************/
/* RAM check via address counter */
/*****************************************************************************/
pData = (DATATYPE*)CS6_Adr;
for ( i=0;i<RAM_SIZE;i++ )
*pData++ = i;
*/
pData = (DATATYPE*)CS6_Adr;
for ( i=0;i<RAM_SIZE;i++ )
if ( *pData++ != i )
__asm(" INTE ");
at this Adress-4 */
/*****************************************************************************/
/* End of RAM check */
/*****************************************************************************/
__asm(" INTE ");
}
/*****************************************************************************/
/* End of Main Routine */
/*****************************************************************************/
© Fujitsu Microelectronics Europe GmbH
LEVELSHIFTER BOARD
Chapter 3 Appendix
/* (2 x 512kbyts) */
/* check memory - SRAM of LevelShifter-Board */
/* --> Emulator stop by memory error
/* set Pointer at start-ADR of ext. SRAM */
/* (2 x 512kbyts) */
/* write Testpattern into ext.SRAM of LevelShifter-Board
/* set Pointer at start-ADR of ext. SRAM */
/* (2 x 512kbyts) */
/* check memory - SRAM of LevelShifter-Board */
/* --> Emulator stop by memory error
/* set Pointer at start-ADR of ext. SRAM */
/* (2 x 512kbyts) */
/* write Testpattern into ext.SRAM of LevelShifter-Board
/* set Pointer at start-ADR of ext. SRAM */
/* (2 x 512kbyts) */
/* check memory - SRAM of LevelShifter-Board */
/* --> Emulator stop by memory error
/* --> Emulator stop without memory error */
- 17 -
UG-910005-24