2023-12-30 03: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.
2023-12-30 06: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.
2023-12-30 06: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.