S32K EEPROM write and read data

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K EEPROM write and read data

1,634件の閲覧回数
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 件の賞賛
返信
1 返信

1,619件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

The example shows how to read the EEPROM.

danielmartynek_0-1611568924509.pngdanielmartynek_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 件の賞賛
返信