Fujitsu MB91V360 Manuale d'uso - Pagina 17
Sfoglia online o scarica il pdf Manuale d'uso per Scheda madre Fujitsu MB91V360. 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