Problem with DMA-USART Rx on STM32F407VG ?
Posted on October 01, 2013 at 09:58Hello, I am trying to read data from USART using DMA. Receive buffer (DMA_BufferSize) in my code is 4 bytes, but even when 1 byte of data received, MCU is interrupted with Transfer Complete flag (DMA_IT_TCIF1). Giv...