STM32F4 and RTOS: UART single overrun blocks application
There is a nasty behaviour if an overrun occurs with uart communications. I don't know if this happens generally or with our configuration only (STM32F479NI, RTOS with CMSIS v1,HAL_UARTEx_ReceiveToIdle_DMA). The Application hangs because endless ir...