Hi @stark21,
When reading data from the emulated EEPROM, the data is accessed from the FlexRAM.
Do not reset the MCU until the EEPROM state machine has fully completed the backup operation to FlexNVM. Interrupting this process may result in data loss or corruption.
For detailed guidance, refer to the application note:
AN11983 Using the S32K1xx EEPROM Functionality
https://www.nxp.com/docs/en/application-note/AN11983.pdf
Follow Figure 12. EEE initialization flow chart in your code.
To detect a potential brownout condition, use the Quick Write Status Query FTFC command. This helps verify whether the EEPROM write process was interrupted.
Regards,
Daniel