![NXP Semiconductors LPC43Sxx Скачать руководство пользователя страница 1153](http://html1.mh-extra.com/html/nxp-semiconductors/lpc43sxx/lpc43sxx_user-manual_17218271153.webp)
UM10503
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2015. All rights reserved.
User manual
Rev. 2.1 — 10 December 2015
1153 of 1441
NXP Semiconductors
UM10503
Chapter 41: LPC43xx/LPC43Sxx UART1
The UART1 receiver block, RX, monitors the serial input line, RXD, for valid input. The
UART1 RX Shift Register (RSR) accepts valid characters via RXD. After a valid character
is assembled in the RSR, it is passed to the UART1 RX Buffer Register FIFO to await
access by the CPU or host via the generic host interface.
The UART1 transmitter block, TX, accepts data written by the CPU or host and buffers the
data in the UART1 TX Holding Register FIFO (THR). The UART1 TX Shift Register (TSR)
reads the data stored in the THR and assembles the data to transmit via the serial output
pin, TXD1.
The UART1 Baud Rate Generator block, BRG, generates the timing enables used by the
UART1 TX and RX blocks. The BRG clock input source is the APB clock (PCLK). The
main clock is divided down per the divisor specified in the DLL and DLM registers. This
divided down clock is a 16x oversample clock, NBAUDOUT.
The modem interface contains registers MCR and MSR. This interface is responsible for
handshaking between a modem peripheral and the UART1.
The interrupt interface contains registers IER and IIR. The interrupt interface receives
several one clock wide enables from the TX and RX blocks.
Status information from the TX and RX is stored in the LSR. Control information for the TX
and RX is stored in the LCR.