Skip to main content
Graduate
December 30, 2023
Solved

High-speed data transfer to memory mapped peripheral using FMC via DMA?

  • December 30, 2023
  • 1 reply
  • 897 views

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?

    This topic has been closed for replies.
    Best answer by TDK

    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.

    1 reply

    TDKAnswer
    Super User
    December 30, 2023

    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.