SLLSFR8A September 2025 – October 2025 TCAN5102-Q1
ADVANCE INFORMATION
Section 7.6.4 lists the memory-mapped registers for the UART registers. All register offset addresses not listed in Section 7.6.4 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 2000h | UART_CREL | UART Core Release | Section 7.6.4.1 |
| 2001h | UART_SCRATCH | UART Scratchpad | Section 7.6.4.2 |
| 2002h | UART_CTRL | UART Control | Section 7.6.4.3 |
| 2003h | UART_BR_LSB | UART Baud Rate (LSB) | Section 7.6.4.4 |
| 2004h | UART_BR_MSB | UART Baud Rate (MSB) | Section 7.6.4.5 |
| 2005h | UART_BR_FRAC | UART Baud Rate (Fractional) | Section 7.6.4.6 |
| 2006h | UART_FIFO_CTRL | UART FIFO Control | Section 7.6.4.7 |
| 2007h | UART_IE_0 | UART Interrupt Enable 0 | Section 7.6.4.8 |
| 2008h | UART_IE_1 | UART Interrupt Enable 1 | Section 7.6.4.9 |
| 2009h | UART_IR | UART Interrupt Register | Section 7.6.4.10 |
| 200Ah | UART_STATUS | UART Status | Section 7.6.4.11 |
| 200Bh | UART_RXFS | UART RX FIFO Status | Section 7.6.4.12 |
| 200Ch | UART_TXFS | UART TX FIFO Status | Section 7.6.4.13 |
| 2010h | UART_RX_FIFO | UART RX FIFO | Section 7.6.4.14 |
| 2010h | UART_TX_FIFO | UART TX FIFO | Section 7.6.4.15 |
| 2011h | UART_RX_ERR_STATUS | UART RX FIFO Error Status | Section 7.6.4.16 |
Complex bit access types are encoded to fit into small table cells. Section 7.6.4 shows the codes that are used for access types in this section.
| Access Type | Code | Description |
|---|---|---|
| Read Type | ||
| R | R | Read |
| RH | R H | Read Set or cleared by hardware |
| Write Type | ||
| W | W | Write |
| W1C | W 1C | Write 1 to clear |
| W1S | W 1S | Write 1 to set |
| WP | W P | Write Requires privileged access |
| Reset or Default Value | ||
| -n | Value after reset or the default value | |