Resolved! UART non-blocking vs blocking error flags and data register behaviour
I am currently implementing a UART communication on a STM32F1. As I understand from the manual, the ORE bit does block all further Rx until it is cleared but the other error flags (PE, NE, FE) do not block Rx when set.How is the behaviour of the UART...