Read and Write to External NOR flash

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

Read and Write to External NOR flash

跳至解决方案
807 次查看
JoshuaG1
Contributor II

I am using the MIMXRT1170-EVK, featuring the IS25WP128-JBLE QSPI NOR Flash. I have set up the hello world code such that the code is run from internal RAM, freeing up the flash for use. 

I want to be able to read from the flash memory and also write to it and i cant seem to find the correct drivers required for this board. 

How would i go about implementing this and what drivers/ additional files do i need to do so? 

 

 

0 项奖励
回复
1 解答
795 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @JoshuaG1 ,

Please refer to AN12107 and AN12108. The SDK demos support XIP by default. You needn't change anything.

 

Regards,

Jing

在原帖中查看解决方案

0 项奖励
回复
2 回复数
796 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @JoshuaG1 ,

Please refer to AN12107 and AN12108. The SDK demos support XIP by default. You needn't change anything.

 

Regards,

Jing

0 项奖励
回复
758 次查看
JoshuaG1
Contributor II

Hi, 

I thought this was the answer and AN12108 would provide the solution i am looking for however upon reflection i think my case is slightly different. 

The Documents provided show how to drop files onto the board as if a mass storage device to be run from flash, or to boot from flash. My current query involves using the 1176's internal ram to boot ( which i have done), allowing me to write into flash some data and also extract(read) it back.

Is there any way to do this?

0 项奖励
回复