UM10850
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2016. All rights reserved.
User manual
Rev. 2.4 — 13 September 2016
348 of 464
NXP Semiconductors
UM10850
Chapter 24: LPC5410x System FIFO for Serial Peripherals
24.5.13 Received data with status register for USARTn
The RXDATSTATUSART register reads receive FIFO data that is an image of the
USART’s RXDATSTAT register. Each USART has a dedicated RXDATSTATUSART
register.
24.5.14 Transmit data register for USARTn
The TXDATUSART register allows writing data to the transmit FIFO that will later be
written by the System FIFO to the USART TXDAT register. Each USART has a dedicated
TXDATUSART register.
Table 393. Received data register for USARTn (RXDATUSART[0:3], address offset [0x1014:0x1314]) bit description
Bit
Symbol Description
Reset Value
8:0
RXDAT
The UART Receiver Data register contains the next received character. The number of bits
that are relevant depends on the UART configuration settings.
0
31:9
-
Reserved, the value read from a reserved bit is not defined.
NA
Table 394. Address map RXDATSTATUSART[0:3] registers
Peripheral
Base address
Offset
Increment
Dimension
VFIFO
0x1C03 8000
[0x1018:0x1318]
0x100
4
Table 395. Received data with status register for USARTn (RXDATSTATUSART[0:3], address offset [0x1018:0x1318])
bit description
Bit
Symbol
Description
Reset
Value
8:0
RXDAT
The UART Receiver Data register contains the next received character. The number of
bits that are relevant depends on the UART configuration settings.
0
12:9
-
Reserved, the value read from a reserved bit is not defined.
NA
13
FRAMERR
Framing Error status flag. This bit is valid when there is a character to be read in the
RXDAT register and reflects the status of that character. This bit will set when the
character in RXDAT was received with a missing stop bit at the expected location. This
could be an indication of a baud rate or configuration mismatch with the transmitting
source.
0
14
PARITYERR
Parity Error status flag. This bit is valid when there is a character to be read in the RXDAT
register and reflects the status of that character. This bit will be set when a parity error is
detected in a received character.
0
15
RXNOISE
Received Noise flag.
0
31:16 -
Reserved, the value read from a reserved bit is not defined.
NA
Table 396. Address map TXDATUSART[0:3] registers
Peripheral
Base address
Offset
Increment
Dimension
VFIFO
0x1C03 8000
[0x101C:0x131C]
0x100
4
Table 397. Transmit data register for USARTn (TXDATUSART[0:3], address offset [0x101C:0x131C]) bit description
Bit
Symbol Description
Reset Value
8:0
TXDAT
Writing to the UART Transmit Data Register causes the data to be transmitted as soon as
the transmit shift register is available and the condition for transmitting data is met: TXDIS bit
= 0.
0
31:9
-
Reserved. Only zero should be written.
NA