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.

TMS570LS3137 PBIST self check from HALCoGen 3.06

Other Parts Discussed in Thread: HALCOGEN

Hello,

As part of pbistSelfCheck() in sys_selftest.c, HALCoGen generates the following code:

   /* Start PBIST */
   pbistREG->DLR = 0x14U;

This violates the SPNU499 description of the Datalogger Register DLR which says do not change bit 3 from its default value of 1. 

Which is correct?

Thanks, Charlie Johnston