SLLSFR8A September 2025 – October 2025 TCAN5102-Q1
ADVANCE INFORMATION
UART_RX_ERR_STATUS is shown in Figure 7-98 and described in Table 7-141.
Return to the Summary Table.
This is to be read after reading the UART_RX_FIFO element. If the status byte returns that there was a non-normal status for at least 1 byte, reading the same length of data from this register will return the status bytes for each byte that was last read from the RX FIFO.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RSVD | BRK | FE | PAR | NO_RX | NO_ERR | ||
| R-0h | R-0h | R-0h | R-0h | R-0h | R-0h | ||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-5 | RSVD | R | 0h | |
| 4 | BRK | R | 0h | Set when a break condition was detected. The data byte is returned as 0x00 for a break
|
| 3 | FE | R | 0h | When set, the byte was received with a framing error (invalid stop bit count)
|
| 2 | PAR | R | 0h | When set, the byte was received with an invalid parity bit
|
| 1 | NO_RX | R | 0h | Reads of an empty RX FIFO will return 0x00, and this bit signals that the data is invalid/not received. This signals the absence of reception
|
| 0 | NO_ERR | R | 0h | When set, signals that the byte was received without any errors and is a valid byte. This bit will be set if no other bits are set
|