Get DMA status
Posted on March 26, 2014 at 10:07 I use DMA on USART2 rx.(STM32f107) I can buffer my incoming data with DMA on circular mode and have no problem. My array size is 1024 byte and I don't want to wait for 1024 incoming byte and get interrupt ...