Hi Team,
I have integrated eMCEM module (initialization successful - E_OK) and was trying to check the fault handling through the reaction configured in eMCEM module (R1, R2 and R3).
i have enabled only EMCEM_FCCU_M7_0_SRAM_ECC_UE fault and other things like
1. Recoverable: software recoverable
2. IRQ: Enabled
3. NMI: Enabled
4. Recovery timeout: Enabled.
5. Alarm Handler: UserdefaultalarmHandler
6. No reset reaction
i have injected fault using API eMcem_InjectFault(EMCEM_FCCU_M7_0_SRAM_ECC_UE).
observation: when i try to add breakpoint at UserdefaultalarmHandler/UserdefaultNMIHandler and inject fault it doesn't stop at this breakpoint.
when i try to debug it resets after Inject fault macro is called. in spite of configuring reaction type to NoResetReaction.
how to verify the fault is handled.?
if anyone could drop some information regarding this it would be helpfull. Thanks in advance!
BR,
Harish R