STM32 Memory-to-Memory DMA transfer to 16-bit SRAM
Posted on November 03, 2014 at 10:17I have an STM32F429 connected via FMC to a 16-bit wide SRAM. I can read and write to the SRAM correctly using simple memory writes.DMA works correctly too when I configure it with two streams; one to send internal...