Hi All
I used the ccm selftest routine (ccmSelfCheck )generated by HALCOGEN and run it on TMS570 0432. The CCMSR(bit8) should be switched to 1 when the self test completes, however it remains 0 all the time. Thus the loop :
/* Wait for CCM self-test to complete */
/*SAFETYMCUSW 28 D MR:NA <APPROVED> "Hardware status bit read check" */
while ((CCMSR & 0x100U) != 0x100U)
{
}/* Wait */
can not jump out
Have any one tried this routine before?
Regards
Leo