Hi,
Thanks for your response.
I am trying to use the example attached to this message on the S32K144 EVB.
The original code contains the below statement
/* Init source data */
for (i = 0u; i < BUFFER_SIZE; i++)
{
sourceBuffer[i] = i;
}
which fills the sourcebuffer to 00,01,02,03.....FF, this value is updated in pflash and eeprom.
These values stays in back up and never get changed. even though i update the source buffer with differ values, write to pflash and eeprom. after power cycle I expect to see updated values to be stored from eeprom backup but i see 00,01,02....FF in both pflash and eeprom.
I just want to understand how to initiate eeprom backup properly and how to erase the already written values in both locations.
once written to eeprom backup, can't we update with new values? because I am running the same code by changing the source buffer values but after reset I see older values.
I tried to update the other locations in eeprom, which is working, see image below

but not on the locations which was there in original code. I still see older values, see image below


I hope this helps to understand my problem. Please let know if you need more information.
Kind Regards,
Shubha