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

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

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

277 Views
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 Kudos
1 Reply

254 Views
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 Kudos