We are using UART in Interrupt Mode, while this is running and actively communicating and we suspend the execution of the program in debug mode for some time.
Then continue execution, the UART interrupt starts to trigger repeatedly and never lets the normal code continue even when no data are present.
In the interrupt the UART_getIntrIdentityStatus() returns UART_INTID_CHAR_TIMEOUT and UART_getChar() returns false.
Any idea what could be the cause?

