Mini Flex bus for external NOR Flash

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

Mini Flex bus for external NOR Flash

ソリューションへジャンプ
2,016件の閲覧回数
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,013件の閲覧回数
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,014件の閲覧回数
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,013件の閲覧回数
CarlFST60L
Senior Contributor II

Great, there are a few options for us.

 

Thanks.

0 件の賞賛
返信