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: ccmSelfCheck() test on TMS570LS3137

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

Hello,

I have a doubt regarding the ccmSelfCheck() code generated by HALCOGEN version 4.7:

Below is the set of instructions in ccmSelfCheck(), why should we check the FIQINDEX for error-forcing mode ccm self test?:

/* Check FIQIVEC to ESM High Interrupt flag is set */
if((vimREG->FIQINDEX & 0x000000FFU) != 1U)
{
/* ESM High Interrupt flag is not set in VIM*/
selftestFailNotification(CCMSELFCHECK_FAIL4);
}

Thanks,

Kalyan