A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
PBIST Code is wrong in source code of TMDX570LS20SUSB development USB kit
From TRM "Literature Number: SPNU489B", Page 198, it seems RAM grouping amount is only 14, so, this code may be wrong, could you please confirm it ?
In source code of TMDX570LS20SUSB development USB kit, in file pbist.h, code is below, array size 16 should be changed to 15, and the last array element should be deleted.
unsigned const int RAM_GRP_ALGO_SEL[16]=
{
0x0000FFFF, /* ALL RAM SELCTED TOGETHER */
0x00000003, /* PBIST ROM */
0x00000003, /* STC ROM */
0x00001554, /* DCAN1 RAM */
0x00001554, /* DCAN2 RAM */
0x00001554, /* DCAN3 RAM */
0x00001554, /* ESRAM */
0x00001554, /* MIBSPI RAM */
0x00001554, /* VIM RAM */
0x00002AA8, /* MIBADC RAM */
0x0000CAA8, /* DMA RAM */
0x00002AA8, /* NHET RAM */
0x00002AA8, /* HTU RAM */
0x00002AA8, /* RTP RAM */
0x00001554, /* FLEXRAY RAM */
0x00002AA8 /* ESRAM */
};