Hi, sorry – you're absolutely right, my mistake. I got confused; I meant the CMU_FC0 test – with interrupt vector 84.
I know that for the sCheck INTM/CMU_FC0, everything is prepared according to the sCheck documentation.
The interrupt is configured correctly, and the Install_ISR function has been implemented properly.
My concern is about the Clock_IP_CMU_ClockFail function itself.
When the MPU is configured to catch NULL_PTR accesses, the Clock_IP_CMU_ClockFail function, during the INTM and CMU_FC0 tests, accesses an array where positions 1 and 2 are defined as NULL_PTR – which causes an OS_memory_protection error.

This happens because the for loop tries to read values from the IER fields, which are defined as NULL_PTR.