UART Errors
Framing error: A framing error occurs when the designated start and stop bits are not found. If the data line is not in the expected state when the stop bit is expected, a framing error will occur.
Underrun error: An Underrun error occurs when the UART transmitter has completed sending a character and the transmit buffer is empty. In asynchronous mode, this is treated as an indication that no data remains to be transmitted.
Overrun error:
Parity error: A parity error occurs when the parity of the number of 1 bit disagrees with that specified by the parity bit. Using parity is optional, so this error will only occur if parity checking has been enabled. Single bit error only can identify, can?t find two or more bits? error
Break condition: A break condition occurs when the receiver input is at the space level for longer than some duration of time, typically, for more than a character time. You need to set a break to detect interruptions in registers. Setting this bit enables the SCI to generate an error interrupt if a break condition is detected on the SCIRX pin.