Question
UART responding to wrong baudrate: HAL_UART_Receive() receives symbols, but HAL_UART_Receive_IT() no interrupt
Posted on December 01, 2016 at 11:45
Hi,
I found that a uart (standard configuration RX/TX, no flow ctrl) may receive some (wrong) symbols in polling mode but there is no interrupt at all in interrupt mode. Both mechanisms, of course, work fine if correct baudrate is configured. Why the difference? Regards Marcus #uart-interrupt-polling-baudrate