SC68C2550B_3 © NXP B.V. 2009. All rights reserved.
Product data sheet Rev. 03 — 9 October 2009 19 of 36
NXP Semiconductors
SC68C2550B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), with 16-byte FIFOs
7.6 Modem Control Register (MCR)
This register controls the interface with the modem or a peripheral device.
Table 17. Modem Control Register bits description
Bit Symbol Description
7:5 MCR[7:5] reserved; set to ‘0’
4 MCR[4] Loopback. Enable the local Loopback mode (diagnostics). In this mode the
transmitter output (TXn) and the receiver input (RXn),
CTSn, DSRn, CDn,
and
RIn pins are disconnected from the SC68C2550B I/O pins. Internally
the modem data and control pins are connected into a loopback data
configuration (see
Figure 4). 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]
OP2 control
logic 0 = forces
OP2n output pin to HIGH state
logic 1 = forces
OP2n output pin to LOW state. In Loopback mode,
controls MSR[7].
2 MCR[2] (
OP1). OP1A/OP1B are not available as an external signal in the
SC68C2550B. This bit is instead used in the Loopback mode only. In the
Loopback mode, this bit is used to write the state of the modem
RIn
interface signal.
1 MCR[1]
RTS
logic 0 = force
RTSn output pin to a logic 1 (normal default condition)
logic 1 = force
RTSn output pin to a logic 0
0 MCR[0]
DTR
logic 0 = force
DTRn output pin to a logic 1 (normal default condition)
logic 1 = force
DTRn output pin to a logic 0
SC68C2550B_3 © NXP B.V. 2009. All rights reserved.
Product data sheet Rev. 03 — 9 October 2009 20 of 36
NXP Semiconductors
SC68C2550B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), with 16-byte FIFOs
7.7 Line Status Register (LSR)
This register provides the status of data transfers between the SC68C2550B and
the CPU.
Table 18. 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 there are no remaining error flags
associated with the remaining data in the FIFO.
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 Transmit Shift Register.
The bit is reset to a logic 0 concurrently with the loading of the Transmit 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 (RXn 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.
2 LSR[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
SC68C2550B_3 © NXP B.V. 2009. All rights reserved.
Product data sheet Rev. 03 — 9 October 2009 21 of 36
NXP Semiconductors
SC68C2550B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), 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 SC68C2550B 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 to bit 3 is set to logic 1, a Modem Status Interrupt will be generated.
Table 19. Modem Status Register bits description
Bit Symbol Description
7 MSR[7] CD. During normal operation, this bit is the complement of the
CDn input pin.
Reading this bit in the Loopback mode produces the state of MCR[3] (
OP2).
6 MSR[6] RI. During normal operation, this bit is the complement of the
RIn input pin.
Reading this bit in the Loopback mode produces the state of MCR[2] (
OP1).
5 MSR[5] DSR. During normal operation, this bit is the complement of the
DSRn input
pin. During the Loopback mode, this bit is equivalent to the state of MCR[0].
4 MSR[4] CTS. During normal operation, this bit is the complement of the
CTSn input
pin. During the Loopback mode, this bit is equivalent to the state of MCR[1].
3 MSR[3]
CD
[1]
logic 0 = no change of state on CDn pin (normal default condition)
logic 1 = the
CDn input pin to the SC68C2550B has changed state since
the last time it was read. A Modem Status Interrupt will be generated.
2 MSR[2]
RI
[1]
logic 0 = no change of state on RIn pin (normal default condition)
logic 1 = the
RIn input pin to the SC68C2550B has changed from a logic 0
to a logic 1. A Modem Status Interrupt will be generated.
1 MSR[1]
DSR
[1]
logic 0 = no change of state on DSRn pin (normal default condition)
logic 1 = the
DSRn input pin to the SC68C2550B has changed state since
the last time it was read. A Modem Status Interrupt will be generated.
0 MSR[0]
CTS
[1]
logic 0 = no change of state on CTSn pin (normal default condition)
logic 1 = the
CTSn input pin to the SC68C2550B has changed state since
the last time it was read. A Modem Status Interrupt will be generated.

MC100EL17DWG

Mfr. #:
Manufacturer:
ON Semiconductor
Description:
Buffers & Line Drivers 5V ECL Quad Diff
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union