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?