This thread has been locked.

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.

TMS570LS20216SZWT auto generated PBIST memory test code bug

Other Parts Discussed in Thread: HALCOGEN

In HALCoGen ver2.09.000, i select MCU:TMS570LS20216SZWT, in the generated assembly code of PBIST module, in _memoryTest_ function in file sys_memory.asm, in this instruction, "mov r8, #16", i think this a bug, because if set to #16, the 16th algorithm pmos_open_slice2 can't be executed. This instruction should be updated to "mov r8, #17". Please confirm my understanding. thanks.