User Activity

Posted on March 07, 2017 at 02:29Hi,I'd like to use 3 USART DMAs on STM32F405.If I use only 1 USART DMA, it works well.But if I initialize 3 USART DMA in 1 workspace, only the last one works.Below are my configurations.#define USARTx USART2#define U...