UART IRQ_Handler will not Flush RDR Register when Receiver is not Enabled(no call to HAL_UART_Receive_IT() )
HiI had a Problem with the HAL UART driver. On my Custom Board with STM32H7 the TX and RX Pin are connected together, so i have a local echo and read back everything i transmitt. My Problem now is that it will generate a Receive interrupt but don't f...