HAL UART transfer with DMA keeps busy
Posted on September 29, 2015 at 15:28 Hello there, I am trying to write a logger application using uart4 and DMA on STM32F4 discovery. I am usinh HAL lib and I can send through uart using regular transfer funtion without problem: HAL_...