STM32F407 DMA2 Repeated Disable and Enable Fails
Posted on April 12, 2018 at 03:22 Hi, I'm using STM32F407 in my project and I use DMA2 on USART1 RX/TX. Since my TX packet length changes almost every time, I'd have to disable DMA, reconfigure it to the correct data length, and enable DMA. I...