How can i read the data from the flash memory in s32k148

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

How can i read the data from the flash memory in s32k148

585 Views
joshfx
Contributor II

I want to read the data from the 0x00100000 address and write to the 0x00100020.  

Untitled2.png

Untitled.png

 

  

  

 

Labels (1)
0 Kudos
Reply
1 Reply

561 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Data to flash cannot be simply written. It needs to be programmed to the erased area (smallest unit is sector size of 2 KB).

If you need to write small data on the regular basis, I would recommend to use EEPROM emulation driver.

0 Kudos
Reply