SLLSFR8A September 2025 – October 2025 TCAN5102-Q1
ADVANCE INFORMATION
Refer to the PDF data sheet for device specific package drawings
UART_RX_FIFO is shown in Figure 7-95 and described in Table 7-136.
Return to the Summary Table.
Reads the next FIFO element and returns up to the number of requested bytes of data that will fit in the CAN message. A status byte is appended to the end of the data which shows if any of the bytes in the read data section have a non-normal status.
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| DATA | |||||||
| R-0h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 7-0 | DATA | R | 0h | Reads out the next byte of data in the RX FIFO. It's recommended reading the UART_RXFS register to see how many bytes are in the FIFO before performing a burst read. A burst read to this register will return multiple bytes of data up to the number of requested bytes. At the end of the data bytes, a global status byte is appended, signaling if there were any errors in recorded in the bytes of data read out. If the status byte returns a non-normal status, a read of same length to the UART_RX_ERR_STATUS register will give a status byte for each corresponding data byte that was read out, allowing the user to determine which byte had a non-normal status. |