SC68C2550B_3 © NXP B.V. 2009. All rights reserved.
Product data sheet Rev. 03 — 9 October 2009 16 of 36
NXP Semiconductors
SC68C2550B
5 V, 3.3 V and 2.5 V dual UART, 5 Mbit/s (max.), with 16-byte FIFOs
programmed trigger level. However, the FIFO continues to fill regardless of the
programmed level until the FIFO is full. RXRDYn pin packages transitions LOW when the
FIFO reaches the trigger level, and transitions HIGH when the FIFO empties.
7.3.2 FIFO mode
Table 9. FIFO Control Register bits description
Bit Symbol Description
7:6 FCR[7:6] RCVR trigger. These bits are used to set the trigger level for the receive FIFO
interrupt.
logic 0 (or cleared) = normal default condition
logic 1 = receive trigger level
An interrupt is generated when the number of characters in the FIFO equals the
programmed trigger level. However, the FIFO will continue to be loaded until it
is full. Refer to
Table 10.
5:4 FCR[5:4] not used; initialized to logic 0
3 FCR[3] DMA mode select
logic 0 = set DMA mode ‘0’
logic 1 = set DMA mode ‘1’
Transmit operation in mode ‘0’: When the SC68C2550B is in the 68C450
mode (FIFOs disabled; FCR[0] = logic 0) or in the FIFO mode (FIFOs enabled;
FCR[0] = logic 1; FCR[3] = logic 0), and when there are no characters in the
transmit FIFO or transmit holding register, the
TXRDYn pin will be a logic 0.
Once active, the
TXRDYn pin will go to a logic 1 after the first character is
loaded into the transmit holding register.
Receive operation in mode ‘0’: When the SC68C2550B is in mode ‘0’
(FCR[0] = logic 0), or in the FIFO mode (FCR[3] = logic 0) and there is at least
one character in the receive FIFO, the
RXRDYn pin will be a logic 0. Once
active, the
RXRDYn pin will go to a logic 1 when there are no more characters
in the receiver.
Transmit operation in mode ‘1’: When the SC68C2550B is in FIFO mode
(FCR[0] = logic 1; FCR[3] = logic 1), the TXRDYn pin will be a logic 1 when the
transmit FIFO is completely full. It will be a logic 0 if one or more FIFO locations
are empty.
Receive operation in mode ‘1’: When the SC68C2550B is in FIFO mode
(FCR[0] = logic 1; FCR[3] = logic 1) and the trigger level has been reached, or a
Receive Time-Out has occurred, the
RXRDYn pin will go to a logic 0. Once
activated, it will go to a logic 1 after there are no more characters in the FIFO.
2 FCR[2] XMIT FIFO reset
logic 0 = transmit FIFO not reset (normal default condition)
logic 1 = clears the contents of the transmit FIFO and resets the FIFO
counter logic (the transmit shift register is not cleared or altered). This bit will
return to a logic 0 after clearing the FIFO.
1 FCR[1] RCVR FIFO reset
logic 0 = receive FIFO not reset (normal default condition)
logic 1 = clears the contents of the receive FIFO and resets the FIFO counter
logic (the receive shift register is not cleared or altered). This bit will return to
a logic 0 after clearing the FIFO.
SC68C2550B_3 © NXP B.V. 2009. All rights reserved.
Product data sheet Rev. 03 — 9 October 2009 17 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.4 Interrupt Status Register (ISR)
The SC68C2550B provides four levels of prioritized interrupts to minimize external
software interaction. The Interrupt Status Register (ISR) provides the user with four
interrupt status bits. Performing a read cycle on the ISR will provide the user with the
highest pending interrupt level to be serviced. No other interrupts are acknowledged until
the pending interrupt is serviced. A lower level interrupt may be seen after servicing the
higher level interrupt and re-reading the interrupt status bits. Table 11 shows the data
values (bit 0 to bit 3) for the four prioritized interrupt levels and the interrupt sources
associated with each of these interrupt levels.
0 FCR[0] FIFOs enabled
logic 0 = disable the transmit and receive FIFO (normal default condition).
logic 1 = enable the transmit and receive FIFO. This bit must be a ‘1’ when
other FCR bits are written to, or they will not be programmed.
Table 10. RCVR trigger levels
FCR[7] FCR[6] Receive FIFO trigger level
0001
0104
1008
1114
Table 9. FIFO Control Register bits description
…continued
Bit Symbol Description
Table 11. Interrupt source
Priority
level
ISR[3] ISR[2] ISR[1] ISR[0] Source of the interrupt
1 0 1 1 0 LSR (Receiver Line Status Register)
2 0 1 0 0 RXRDY (Received Data Ready)
2 1 1 0 0 RXRDY (Receive Data Time-out)
3 0 0 1 0 TXRDY (Transmitter Holding Register Empty)
4 0 0 0 0 MSR (Modem Status Register)
Table 12. Interrupt Status Register bits description
Bit Symbol Description
7:6 ISR[7:6] FIFOs enabled. These bits are set to a logic 0 when the FIFOs are not
being used in the 68C450 mode. They are set to a logic 1 when the
FIFOs are enabled in the SC68C2550B mode.
logic 0 or cleared = default condition
5:4 ISR[5:4] not used
3:1 ISR[3:1] INT priority bits 2 to 0. These bits indicate the source for a pending
interrupt at interrupt priority levels 1, 2, and 3 (see
Table 11).
logic 0 or cleared = default condition
0 ISR[0] INT status
logic 0 = an interrupt is pending and the ISR contents may be used as
a pointer to the appropriate interrupt service routine
logic 1 = no interrupt pending (normal default condition)
SC68C2550B_3 © NXP B.V. 2009. All rights reserved.
Product data sheet Rev. 03 — 9 October 2009 18 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.5 Line Control Register (LCR)
The Line Control Register is used to specify the asynchronous data communication
format. The word length, the number of stop bits, and the parity are selected by writing the
appropriate bits in this register.
Table 13. Line Control Register bits description
Bit Symbol Description
7 LCR[7] Divisor Latch enable. The internal baud rate counter latch and
Enhanced Feature mode enable.
logic 0 = Divisor Latch disabled (normal default condition).
Logic 1 = Divisor Latch enabled.
6 LCR[6] Set break. When enabled, the Break control bit causes a break
condition to be transmitted (the TXn output is forced to a logic 0 state).
This condition exists until disabled by setting LCR[6] to a logic 0.
logic 0 = no break condition (normal default condition)
logic 1 = forces the transmitter output (TXn) to a logic 0 for alerting
the remote receiver to a line break condition
5:3 LCR[5:3] programs the parity conditions (see
Table 14)
2 LCR[2] Stop bits. The length of stop bit is specified by this bit in conjunction with
the programmed word length (see
Table 15).
logic 0 or cleared = default condition
1:0 LCR[1:0] Word length bits 1, 0. These two bits specify the word length to be
transmitted or received (see
Table 16).
logic 0 or cleared = default condition
Table 14. LCR[5:3] parity selection
LCR[5] LCR[4] LCR[3] Parity selection
X X 0 no parity
X 0 1 odd parity
0 1 1 even parity
0 0 1 forced parity ‘1’
1 1 1 forced parity ‘0’
Table 15. LCR[2] stop bit length
LCR[2] Word length Stop bit length (bit times)
0 5, 6, 7, 8 1
15 1
1
2
1 6, 7, 8 2
Table 16. LCR[1:0] word length
LCR[1] LCR[0] Word length
00 5
01 6
10 7
11 8

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