Hello, Team.
I am new here, and I attempted to store some data into the EEPROM but was unable to do so.
I also went through a basic example using the S32K116 board's existing repository (flash partition).
So it would be nice if someone could offer a code for EEPROM read-write capabilities.
Thank you.
1.You can find the demo "flash_partitioning_s32k116" in S32DS
2.Also you can take a look the application note in the link below.
AN11983:Using the S32K1xx EEPROM Functionality
https://www.nxp.com/search?keyword=AN11983&start=0
Hello @Senlent,
As you mentioned the default example which I can use, but even the default example does not run perfectly on the S32K116 board. I am facing an issue with the default ISR, meaning when I pause the running application on S32 Design Studio for debugging, it redirects to the default ISR. How can I resolve this issue?
You will see such note in the description of the demo "flash_partitioning_s32k116"
so please perform a mass erase operation on flash first and then try again.
Hello @Senlent
How many times can we make partitions on the S32K116 chip?