SC68C752B_4 © NXP B.V. 2010. All rights reserved.
Product data sheet Rev. 04 — 20 January 2010 25 of 48
NXP Semiconductors
SC68C752B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), with 64-byte FIFOs
Remark: The three error bits (parity, framing, break) may not be updated correctly in the
first read of the LSR when the input clock (XTAL1) is running faster than 36 MHz.
However, the second read is always correct. It is strongly recommended that when using
this device with a clock faster than 36 MHz, that the LSR be read twice and only the
second read be used for decision making. All other bits in the LSR are correct on all
reads.
7.6 Modem Control Register (MCR)
The MCR controls the interface with the mode, data set, or peripheral device that is
emulating the modem. Table 15
shows Modem Control Register bit settings.
[1] MCR[7:5] can only be modified when EFR[4] is set, that is, EFR[4] is a write enable.
Table 15. Modem Control Register bits description
Bit Symbol Description
7 MCR[7]
[1]
Clock select.
logic 0 = divide-by-1 clock input
logic 1 = divide-by-4 clock input
6 MCR[6]
[1]
TCR and TLR enable.
logic 0 = no action.
logic 1 = enable access to the TCR and TLR registers
5 MCR[5]
[1]
Xon Any.
logic 0 = disable Xon Any function
logic 1 = enable Xon Any function
4 MCR[4] Enable loopback.
logic 0 = normal operating mode
logic 1 = Enable local Loopback mode (internal). In this mode the
MCR[3:0] signals are looped back into MSR[7:4] and the TXn output is
looped back to the RXn input internally.
3 MCR[3] OPA
/OPB control.
logic 0 = forces OPA
/OPB output to HIGH state
logic 1 = forces OPA
/OPB output to LOW state. In Loopback mode,
controls MSR[7].
2 MCR[2] FIFO Ready enable.
logic 0 = Disable the FIFO Rdy register
logic 1 = Enable the FIFO Rdy register. In Loopback mode, controls
MSR[6].
1 MCR[1] RTS
logic 0 = force RTSn output to inactive (HIGH)
logic 1 = force RTSn
output to active (LOW). In Loopback mode,
controls MSR[4]. If auto-RTS is enabled, the RTSn output is controlled
by hardware flow control.
0 MCR[0] DTR
logic 0 = force DTRn output to inactive (HIGH)
logic 1 = force DTRn
output to active (LOW). In Loopback mode,
controls MSR[5].
SC68C752B_4 © NXP B.V. 2010. All rights reserved.
Product data sheet Rev. 04 — 20 January 2010 26 of 48
NXP Semiconductors
SC68C752B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), with 64-byte FIFOs
7.7 Modem Status Register (MSR)
This 8-bit register provides information about the current state of the control lines from the
mode, data set, or peripheral device to the processor. It also indicates when a control
input from the modem changes state. Table 16
shows Modem Status Register bit settings
per channel.
[1] The primary inputs RIn, CDn, CTSn, DSRn are all active LOW, but their registered equivalents in the MSR
and MCR (in Loopback mode) registers are active HIGH.
Table 16. Modem Status Register bits description
Bit Symbol Description
7MSR[7]
[1]
CD (active HIGH, logic 1). This bit is the complement of the CDn input during
normal mode. During internal Loopback mode, it is equivalent to the state of
MCR[3].
6MSR[6]
[1]
RI (active HIGH, logic 1). This bit is the complement of the RIn input during
normal mode. During internal Loopback mode, it is equivalent to the state of
MCR[2].
5MSR[5]
[1]
DSR (active HIGH, logic 1). This bit is the complement of the DSRn input
during normal mode. During internal Loopback mode, it is equivalent to the
state of MCR[0].
4MSR[4]
[1]
CTS (active HIGH, logic 1). This bit is the complement of the CTSn input
during normal mode. During internal Loopback mode, it is equivalent to the
state of MCR[1].
3MSR[3]ΔCD. Indicates that CDn
input (or MCR[3] in Loopback mode) has changed
state. Cleared on a read.
2MSR[2]ΔRI. Indicates that RIn
input (or MCR[2] in Loopback mode) has changed
state from LOW to HIGH. Cleared on a read.
1MSR[1]ΔDSR. Indicates that DSRn
input (or MCR[0] in Loopback mode) has changed
state. Cleared on a read.
0MSR[0]ΔCTS. Indicates that CTSn
input (or MCR[1] in Loopback mode) has changed
state. Cleared on a read.
SC68C752B_4 © NXP B.V. 2010. All rights reserved.
Product data sheet Rev. 04 — 20 January 2010 27 of 48
NXP Semiconductors
SC68C752B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), with 64-byte FIFOs
7.8 Interrupt Enable Register (IER)
The Interrupt Enable Register (IER) enables each of the six types of interrupt, receiver
error, RHR interrupt, THR interrupt, Xoff received, or CTSn
/RTSn change of state from
LOW to HIGH. The IRQ
output signal is activated in response to interrupt generation.
Table 17
shows Interrupt Enable Register bit settings.
[1] IER[7:4] can only be modified if EFR[4] is set, that is, EFR[4] is a write enable. Re-enabling IER[1] will not
cause a new interrupt if the THR is below the threshold.
Table 17. Interrupt Enable Register bits description
Bit Symbol Description
7IER[7]
[1]
CTS interrupt enable.
logic 0 = disable the CTS
interrupt (normal default condition)
logic 1 = enable the CTS
interrupt
6IER[6]
[1]
RTS interrupt enable.
logic 0 = disable the RTS
interrupt (normal default condition)
logic 1 = enable the RTS interrupt
5IER[5]
[1]
Xoff interrupt.
logic 0 = disable the Xoff interrupt (normal default condition)
logic 1 = enable the Xoff interrupt
4IER[4]
[1]
Sleep mode.
logic 0 = disable Sleep mode (normal default condition)
logic 1 = enable Sleep mode. See Section 6.7 “
Sleep mode for details.
3 IER[3] Modem Status Interrupt.
logic 0 = disable the Modem Status Register interrupt (normal default
condition)
logic 1 = enable the Modem Status Register interrupt
2 IER[2] Receive Line Status interrupt.
logic 0 = disable the receiver line status interrupt (normal default condition)
logic 1 = enable the receiver line status interrupt
1 IER[1] Transmit Holding Register interrupt.
logic 0 = disable the THR interrupt (normal default condition)
logic 1 = enable the THR interrupt
0 IER[0] Receive Holding Register interrupt.
logic 0 = disable the RHR interrupt (normal default condition)
logic 1 = enable the RHR interrupt

SC68C752BIBS,151

Mfr. #:
Manufacturer:
NXP Semiconductors
Description:
IC UART DUAL W/FIFO 32-HVQFN
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union