I am using the NXP S32K148 Microcontroller.
Imagine in the middle of writing data to the EEPROM (FlexNVM module), power suddenly cuts off exactly in the middle of data transmission.
Is there any way to detect the exact data that has been corrupted for this reason?
I am aware of BrownOut detection supported by the MCU, which lets me know if something goes wrong in the middle of a FlexNVM write.
I am also aware of using CRC or redundant bits to check on read, but I am looking for any lower-level action by the EEPROM emulator itself to recognize data corruption.