Hi,
I'm currently trying to inject faults using the EIM_0 module without using the RTD.
When trying to read or write the EIM registers, the following things happen:
(1) The MCU immediately jumps to the default handler
(2) It's impossible to read the content of the EIM_0 registers when using the "Expression" table during debugging
Point (1) is generally caused by either incorrect module initialization or by not configuring the respective MC_ME register to enable clock to the module.
I already checked that REQ22 in PRTN1_COFB0_CLKEN is enabled by default, as confirmed by the STAT register, but the issue is still present. Is this register protected by default?
For context, I didn't configure the FCCU and ERM module yet.
I'm using the S32 Design Studio on a S32K3X4EVB-T172 with the S32 Debug Probe.