Question
Double buffer DMA
Posted on July 24, 2014 at 22:55
Hi,
I am trying to develop an application for STM32L series. I need to use DMA in double buffer mode. I found information in the reference manual for a double buffer circular mode which uses a single DMA buffer with half and full complete flags. However I want to use two separate buffer and have a way to switch between the two of them and fill them separately. I am looking for something like DMA_DoubleBufferModeConfig that is available for STM32F series.ThanksDMA_DoubleBufferModeConfig
DMA_DoubleBufferModeConfig
DMA_DoubleBufferModeConfig
#stm32-dma-double-buffer