S32K EEPROM write and read data

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K EEPROM write and read data

789 Views
chaitanya_kalyani
Contributor III

Hello,

 

I want to write data into EEPROM and Read data from the EEPROM.

 

I checked flash_partitioning_s32k116 example in that it is writing the data but not getting how to read the stored data.

 

Can I get example to write and read the data from EEPROM.

0 Kudos
1 Reply

774 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

The example shows how to read the EEPROM.

danielmartynek_0-1611568924509.png

It can be read by a pointer to the address of the record.

uint32_t variable = *((uint32_t *)address));

 

Best regards,

Daniel

 

 

 

0 Kudos