cancel
Showing results for 
Search instead for 
Did you mean: 

Adding RAM and FLASH to STM32F4DISCOVERY board

drasko
Associate
Posted on January 30, 2013 at 23:01

Hi all,

I'd like to try uClinux on STM32F4, and I really like STM32F4DISCOVERY. I have two questions :

1) Would it be possible to add an external RAM and FLASH chips somehow to this boar, via some free pads / ports that are accessible ?

2) Can SDRAM be used (cheaper), or PSRAM is the only solution ?

BR,

Drasko
2 REPLIES 2
Posted on January 30, 2013 at 23:19

SDRAM is totally unworkable on STM32 designs.

You'll have to review access to the FSMC pins, and if all you need actually escape. The EVAL series boards might be a better route, but obviously they are more expensive, you'll have to figure out how much your time is worth.

An ARM9 might be a better solution, as it can provide for an architected cache (deal with the inherent slowness and mismatch of external memory), and many vendors support SDRAM and DDR off the shelf.

For FLASH, only NOR permits execute-in-place, if that's not important consider SD Cards over external NAND.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..