Is there a feature to do error correction for UARTs on LPC17xx?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there a feature to do error correction for UARTs on LPC17xx?

1,141 Views
lpcware-support
Senior Contributor I

The LSR register in UART can detect:
*) Overrun - Data is missing due to UART RX FIFO is full
*) Parity error
*) Framing error - Error if the stop bit is missing
*) Break Interrupt.- Data is 0x00 (including parity bit)

However, UART cannot recover the missing bits from faulty transfer.

Labels (3)
0 Kudos
Reply
0 Replies