High speed data transfer to a memory mapped peripheral possible using FMC fed by DMA?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-30 3:32 AM
Is it possible to burst transfer a block of data from STM32 internal Flash/SRAM to an external memory mapped peripheral device with an SRAM style interface i.e. Address, Data, CS and R/W using the FMC fed via DMA?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-30 6:42 AM
Yes, you can transfer between internal memory and external memory using DMA. Configure FMC so that the external memory is mapped to an address and then set up a memory-to-memory transfer to or from that address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-30 6:42 AM
Yes, you can transfer between internal memory and external memory using DMA. Configure FMC so that the external memory is mapped to an address and then set up a memory-to-memory transfer to or from that address.
