Hi,
I am using S32K11x MCU for my project. I want to use ECC reporting for safety mechanism, so I want to learn how can i use this safety mechanism and is there any demo code or any application? I would be glad if someone explain to me.
Solved! Go to Solution.
Hi,
In S32K11x on-chip RAM can be used in following applications:
• Safety critical applications: SRAM_U can be used, which starts from 2000_0000.
So S32k11xx only has SRAM_U for app, right?
Hi,
you can take a look at this example,
https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K14x-SRAM-ECC-Injection/ta-p/1129181
BR!
Hi,
Do you have any idea how i can check this sample function working correctly?
Hi,
In S32K11x on-chip RAM can be used in following applications:
Safety critical applications: SRAM_U can be used, which starts from 2000_0000.
So S32k11xx only has SRAM_U for app, right?