Skip to main content
Zaher
Senior II
January 7, 2019
Question

MEM-to-MEM transfer using DMA (SRAM to FSMC/FMC)

  • January 7, 2019
  • 2 replies
  • 575 views

Hi,

As far as I remember, I've read something about that a while back. I was wondering if I can send data to a memory-mapped device (FSMC/FMC) in a continuous loop a byte per iteration using the DMA peripheral.

Thanks

This topic has been closed for replies.

2 replies

S.Ma
Principal
January 7, 2019

It should be possible, even when reading from QSPI memory back to internal SRAM.

For graphical displays/frame memory, DMA2D is advised.

Zaher
ZaherAuthor
Senior II
January 7, 2019

@S.Ma​ 

Well, it's not for a display. If this is possible, I'd like to see an example.