SC16C550B All information provided in this document is subject to legal disclaimers. © NXP Semiconductors N.V. 2014. All rights reserved.
Product data sheet Rev. 6 — 16 December 2014 25 of 49
NXP Semiconductors
SC16C550B
5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs
7.6 Modem Control Register (MCR)
This register controls the interface with the modem or a peripheral device.
Table 19. Modem Control Register bits description
Bit Symbol Description
7 MCR[7] reserved; set to ‘0’
6 MCR[6] reserved; set to ‘0’
5 MCR[5] Auto flow control enable.
4 MCR[4] Loopback. Enable the local loopback mode (diagnostics). In this mode the
transmitter output (TX) and the receiver input (RX), CTS
, DSR, DCD, and
RI
are disconnected from the SC16C550B I/O pins. Internally the modem
data and control pins are connected into a loopback data configuration
(see Figure 11
). In this mode, the receiver and transmitter interrupts
remain fully operational. The Modem Control Interrupts are also
operational, but the interrupts’ sources are switched to the lower four bits
of the Modem Control. Interrupts continue to be controlled by the IER
register.
logic 0 = disable loopback mode (normal default condition)
logic 1 = enable local loopback mode (diagnostics)
3 MCR[3] OUT2
. Used to control the modem DCD signal in the loopback mode.
logic 0 = OUT2
is at logic 1. In the loopback mode, sets OUT2 (DCD)
internally to a logic 1.
logic 1 = OUT2 is at logic 0. In the loopback mode, sets OUT2 (DCD)
internally to a logic 0.
2 MCR[2] OUT1
. This bit is used in the Loopback mode only. In the loopback mode,
this bit is used to write the state of the modem RI
interface signal via
OUT1.
1 MCR[1] RTS
logic 0 = force RTS output to a logic 1 (normal default condition)
logic 1 = force RTS output to a logic 0
0 MCR[0] DTR
logic 0 = force DTR output to a logic 1 (normal default condition)
logic 1 = force DTR
output to a logic 0
SC16C550B All information provided in this document is subject to legal disclaimers. © NXP Semiconductors N.V. 2014. All rights reserved.
Product data sheet Rev. 6 — 16 December 2014 26 of 49
NXP Semiconductors
SC16C550B
5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs
7.7 Line Status Register (LSR)
This register provides the status of data transfers between the SC16C550B and the CPU.
Table 20. Line Status Register bits description
Bit Symbol Description
7 LSR[7] FIFO data error.
logic 0 = no error (normal default condition)
logic 1 = at least one parity error, framing error or break indication is in the
current FIFO data. This bit is cleared when LSR register is read.
6 LSR[6] THR and TSR empty. This bit is the Transmit Empty indicator. This bit is set to a
logic 1 whenever the transmit holding register and the transmit shift register are
both empty. It is reset to logic 0 whenever either the THR or TSR contains a data
character. In the FIFO mode, this bit is set to ‘1’ whenever the transmit FIFO and
transmit shift register are both empty.
5 LSR[5] THR empty. This bit is the Transmit Holding Register Empty indicator. This bit
indicates that the UART is ready to accept a new character for transmission. In
addition, this bit causes the UART to issue an interrupt to CPU when the THR
interrupt enable is set. The THR bit is set to a logic 1 when a character is
transferred from the transmit holding register into the transmitter shift register.
The bit is reset to a logic 0 concurrently with the loading of the transmitter holding
register by the CPU. In the FIFO mode, this bit is set when the transmit FIFO is
empty; it is cleared when at least 1 byte is written to the transmit FIFO.
4 LSR[4] Break interrupt.
logic 0 = no break condition (normal default condition)
logic 1 = the receiver received a break signal (RX was a logic 0 for one
character frame time). In the FIFO mode, only one break character is loaded
into the FIFO.
3 LSR[3] Framing error.
logic 0 = no framing error (normal default condition)
logic 1 = framing error. The receive character did not have a valid stop bit(s). In
the FIFO mode, this error is associated with the character at the top of the
FIFO.
2LSR[2]Parity error.
logic 0 = no parity error (normal default condition)
logic 1 = parity error. The receive character does not have correct parity
information and is suspect. In the FIFO mode, this error is associated with the
character at the top of the FIFO.
1 LSR[1] Overrun error.
logic 0 = no overrun error (normal default condition)
logic 1 = overrun error. A data overrun error occurred in the receive shift
register. This happens when additional data arrives while the FIFO is full. In
this case, the previous data in the shift register is overwritten. Note that under
this condition, the data byte in the receive shift register is not transferred into
the FIFO, therefore the data in the FIFO is not corrupted by the error.
0 LSR[0] Receive data ready.
logic 0 = no data in receive holding register or FIFO (normal default condition)
logic 1 = data has been received and is saved in the receive holding register or
FIFO
SC16C550B All information provided in this document is subject to legal disclaimers. © NXP Semiconductors N.V. 2014. All rights reserved.
Product data sheet Rev. 6 — 16 December 2014 27 of 49
NXP Semiconductors
SC16C550B
5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs
7.8 Modem Status Register (MSR)
This register provides the current state of the control interface signals from the modem, or
other peripheral device to which the SC16C550B is connected. Four bits of this register
are used to indicate the changed information. These bits are set to a logic 1 whenever a
control input from the modem changes state. These bits are set to a logic 0 whenever the
CPU reads this register.
[1] Whenever any MSR bit 0:3 is set to logic 1, a Modem Status Interrupt will be generated.
Table 21. Modem Status Register bits description
Bit Symbol Description
7MSR[7]Data Carrier Detect. DCD (active HIGH, logical 1). Normally this bit is the
complement of the DCD
input. In the loopback mode this bit is equivalent to
the OUT2 bit in the MCR register.
6MSR[6]Ring Indicator. RI (active HIGH, logical 1). Normally this bit is the
complement of the RI
input. In the loopback mode this bit is equivalent to the
OUT1 bit in the MCR register.
5MSR[5]Data Set Ready. DSR (active HIGH, logical 1). Normally this bit is the
complement of the DSR
input. In loopback mode this bit is equivalent to the
DTR bit in the MCR register.
4MSR[4]Clear To Send. CTS. CTS
functions as hardware flow control signal input if it
is enabled via MCR[5]. The transmit holding register flow control is
enabled/disabled by MSR[4]. Flow control (when enabled) allows starting and
stopping the transmissions based on the external modem CTS
signal. A logic
1 at the CTS pin will stop SC16C550B transmissions as soon as current
character has finished transmission. Normally MSR[4] is the complement of
the CTS
input. However, in the loopback mode, this bit is equivalent to the
RTS bit in the MCR register.
3MSR[3]DCD
[1]
logic 0 = no DCD change (normal default condition)
logic 1 = the DCD
input to the SC16C550B has changed state since the last
time it was read. A modem Status Interrupt will be generated.
2MSR[2]RI
[1]
logic 0 = no RI change (normal default condition).
logic 1 = the RI
input to the SC16C550B has changed from a logic 0 to a
logic 1. A modem Status Interrupt will be generated.
1MSR[1]DSR
[1]
logic 0 = no DSR change (normal default condition)
logic 1 = the DSR
input to the SC16C550B has changed state since the last
time it was read. A modem Status Interrupt will be generated.
0MSR[0]CTS
[1]
logic 0 = no CTS change (normal default condition)
logic 1 = the CTS
input to the SC16C550B has changed state since the last
time it was read. A modem Status Interrupt will be generated.

SC16C550BIB48,128

Mfr. #:
Manufacturer:
NXP Semiconductors
Description:
UART Interface IC 16CB 2.5V-5V 1CH UART 16B FIFO
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union