using the fsmc to boot from NOR and run with pSRAM -MCP - STM32F439
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-28 4:43 AM
Posted on February 28, 2016 at 13:43
Hi.
I would like to understand wheather it is possible to use the FSMC of the STM32F439 to interface with a MCP module - NOR FLASH+pSRAM, where the address and data are shared and multiplexed . I see that there is a bank for NOR /PSRAM , but is it possible to work with both on the same chip ? will it be possible to boot from the nor and run with the RAM after ? does the driver support address/data multiplexing ? thank you ! Daniel
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-28 5:09 AM
Posted on February 28, 2016 at 14:09
Well ''booting'' from external memory is problematic because you need something to configure the pins, buses, and settings, which are part/board specific.
In the STM32 you'd need to have some minimal code in FLASH which brings up the interfaces in the desired fashion, and then transfers control.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
