Given the correct hardware configuration, is it possible to access two different external memory types (SRAM and Flash) by use of the same FSMC bus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-02-01 2:18 AM
I have an application where it is necessary to read data from external flash to perform operations on data stored in external SRAM by using the same fmc connections. In this case the parallel interface is important as the operations are time sensitive, internal flash and SRAM is not sufficient as i require about 2MB of each.
In a previous application I have, with great success, used the FMC to access multiplexed asynchronous SRAM, I am therefore aware that one has to specify the external memory type in during the FMC setup procedure.
In short, would it be possible to read/write from external flash memory by using the FSMC set-up in SRAM mode or would the configuration have to change each time the memory type changes?
Solved! Go to Solution.
- Labels:
-
FMC-FSMC
-
STM32L4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-02-01 3:16 AM
See EVAL series board designs.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-02-01 3:16 AM
See EVAL series board designs.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-02-01 4:26 AM
Brilliant! Thanks Clive, that really helped a lot.
