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.

clock monitor reaction test

Other Parts Discussed in Thread: HALCOGEN, TMS570LS3137, CCSTUDIO

Hello,

I am trying to test ESM group1 channel 11 (Clock Monitor - interrupt). I have seen that in file sys_selftest.c generated by halcogen there is function checkClockMonitor() which apparently tests this ESM channel. I have tried to use this function but it gets stuck in 

while((systemREG1->GBLSTAT & 0x1U) == 0U)

{
} /* Wait */

so the oscillator flag is never set.

Do you know how I can test ESM group 1 channel 11?

Regards,

Francis.