Mini Flex bus for external NOR Flash

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

Mini Flex bus for external NOR Flash

Jump to solution
1,642 Views
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 Kudos
Reply
1 Solution
639 Views
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

 

View solution in original post

0 Kudos
Reply
2 Replies
640 Views
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 Kudos
Reply
639 Views
CarlFST60L
Senior Contributor II

Great, there are a few options for us.

 

Thanks.

0 Kudos
Reply