How to configure DMA when STM32F469 uses 16 bit SDRM?
Hi:Let me ask you a question. When use 32 bits of SDRAM in STM469 official routines, DMA is configured as follows: /* Configure common DMA parameters */ dma_handle.Init.Channel = SDRAM_DMAx_CHANNEL; dma_handle.Init.Direction ...