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.

errata_PBIST_4() is running on TMS570LS0332 into selftestFailNotification(PBISTSELFCHECK_FAIL2)

Other Parts Discussed in Thread: HALCOGEN, TMS570LS0332

Hi,

 

At start-up of the TMS570LS0332 (also with a new empty Project of HALCoGen 4.02.00) the function  errata_PBIST_4() call's the function selftestFailNotification(PBISTSELFCHECK_FAIL2).

This happens because the timing of the PBIST is not as expected?

if ((PBIST_wait_done_loop <= 20) || (PBIST_wait_done_loop >= 200) )

            {

                selftestFailNotification(PBISTSELFCHECK_FAIL2);

            }

The errata-Sheet says that a re-run should be done as long as the Timing is not correct. But i can not find this in errata_PBIST_4()?

Has somebody more Information?