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