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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

955 次查看
joshfx
Contributor II

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

Untitled2.png

Untitled.png

 

  

  

 

标签 (1)
0 项奖励
回复
1 回复

931 次查看
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 项奖励
回复