DMA configuration for FSMC
Hey, I am presently transferring an image from a camera (connected through DCMI) to the internal SRAM via the DMA. This way I'm able to get the whole image. However, when I try to write into the external SRAM through the FSMC, I encounter a FIFO error or a direct mode transfer error depending on whether memory incrementation is set or not. Am I supposed to change any other configurations in the DMA? Also, my FSMC is configured according to an example code provided for the STM322xg eval.
#fsmc #dma #fifo #direct-mode