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.