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

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

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

450件の閲覧回数
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 返信

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