STM32cube's HAL_UART_Receive_DMA() not enabling IRQ to detect overrun or other UART errors, bug?
Posted on December 18, 2014 at 17:00When debugging some code that uses DMA to receive data from an uart i noticed that if for some reason an overrun error happen, it's not taken into account, and that prevents the DMA transfer complete interrupt to ...