Mini Flex bus for external NOR Flash

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

Mini Flex bus for external NOR Flash

跳至解决方案
2,018 次查看
CarlFST60L
Senior Contributor II

Hi,

 

Has anyone got any 'standard' NOR flash code they can share?

 

I am reading through AN3854 to work out how to do it all, but this app note does not cover flash, only SRAM/MRAM. I am not really sure how best to handle the page erase for flash, or the general methods of implementation.

 

Thanks,

Carl

0 项奖励
回复
1 解答
1,015 次查看
PetrL
NXP Employee
NXP Employee

Hi,

 

The can MQX handle various external NOR flash devices using FLASHX driver - see the "c:\Program Files\Freescale\Freescale MQX 3.6\mqx\source\io\flashx\"  directory for routines for supported NOR flash types.

 

You have to initialize FLASHX driver correctly using FLASHX_INIT_STRUCT config structure to support ext. flash memory - use "c:\Program Files\Freescale\Freescale MQX 3.6\mqx\source\bsp\m52277evb\init_flash.c" in M52277EVB BSP as example.

 

Regards,

PetrL

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,016 次查看
PetrL
NXP Employee
NXP Employee

Hi,

 

The can MQX handle various external NOR flash devices using FLASHX driver - see the "c:\Program Files\Freescale\Freescale MQX 3.6\mqx\source\io\flashx\"  directory for routines for supported NOR flash types.

 

You have to initialize FLASHX driver correctly using FLASHX_INIT_STRUCT config structure to support ext. flash memory - use "c:\Program Files\Freescale\Freescale MQX 3.6\mqx\source\bsp\m52277evb\init_flash.c" in M52277EVB BSP as example.

 

Regards,

PetrL

 

0 项奖励
回复
1,015 次查看
CarlFST60L
Senior Contributor II

Great, there are a few options for us.

 

Thanks.

0 项奖励
回复