MIMXRT1160-EVK Read/Write key-value parameters to the flash

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

MIMXRT1160-EVK Read/Write key-value parameters to the flash

438 次查看
temmka
Contributor II

Hi,

Please suggest some examples, approach how to work with flash (internal/external) in order to store there some application parameters like key-value pairs.

I did see few examples on the forum, but seems like they not relevant to this board and mcu.

MIMXRT1160-EVK, MCUExpresso

Than you

 
 

 

 

0 项奖励
回复
1 回复

415 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @temmka ,

Thanks for your interest in NXP MIMXRT series!

For your needs, I encourage you to try the  flexspi_nor polling project in the SDK first.

In this project, flexspi will send data and operate the external Nor flash connected with FLEXSPI. Some simple flash command will be executed, such as Write Enable, Erase sector, Program page.
Example will first erase the sector and program a page into the flash, at last check if the data in flash is correct.

 

Best regards,
Gavin

0 项奖励
回复