EIM seems useless in S32K11X with sdk3.0.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EIM seems useless in S32K11X with sdk3.0.0

Jump to solution
349 Views
Momiji
Contributor I

Hi,

I try to test the action of ERM when i read different address of SRAM and peripheral RAM with EIM enabled.

but it seems that ECC signal-bit correct event occurred after EIM init directly  without read SRAM

how can i trigger ECC signal-bit correct event after read specific RAM address instead of after enable EIM?

Momiji_0-1689324842598.png

program in the pic is ERM example of sdk3.0.0.

 

 

0 Kudos
1 Solution
309 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Momiji,

The EIM is enabled within the EIM_DRV_Init() function.
If the error is injected to SRAM_U, the error is detected when it leaves the function and the core accesses the Stack.
You would need to read an SRAM_U address within the function.

 

Regards,

Daniel

View solution in original post

0 Kudos
1 Reply
310 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Momiji,

The EIM is enabled within the EIM_DRV_Init() function.
If the error is injected to SRAM_U, the error is detected when it leaves the function and the core accesses the Stack.
You would need to read an SRAM_U address within the function.

 

Regards,

Daniel

0 Kudos