Hi,
As discussed in the thread: Re: sCheck Test CMU_FM, ISR problem - NXP Community
While performing the sCheck INTM/CMU_FC test, which uses the interrupt ISR Mcu_Cmu_ClockFail_IRQHandler(), an error occurs in the MCU driver, specifically related to Memory Protection.
The Memory Protection Unit (MPU) is configured to catch reads from a NULL_PTR.
In the second iteration, data that is configured as NULL_PTR in the MCU driver is being accessed.

There is no option to change these values in the MCU configuration in TRESOS.
What should be done in this case, given that the MCU driver does not include protection against reading from NULL_PTR, and this affects SAFETY functionality, as the CMU_FC and INTM tests cannot be executed?
There is no option to modify these values in the MCU configuration, and modifying the SafetyBase files is also not allowed.
How can this issue be resolved within the constraints of the current configuration and safety guidelines?
