English
Language : 

IN16C1054 Datasheet, PDF (21/53 Pages) IK Semicon Co., Ltd – Quard Uart with 256-Byte FIFO
IN16C1054
Break Condition:
Break Condition is occurred when TXD signal outputs ‘0’ and sustains for more than one
character.
It is occurred if LCR[6] is set to ‘1’ and deleted if ‘0’. If break condition is occurred when
normal data are transmitted on TXD, break signal is transmitted and internal serial data
are also transmitted, but they are not outputted to external TXD pin. When Break
condition is deleted, then they are transmitted to TXD pin.
Figure 9 below shows the Break Condition Block Diagram.
Time-out Condition:
When serial data is received from external UART, characters are stored in RX FIFO.
When the number of characters in RX FIFO reaches the trigger level, interrupt is
generated for the CPU to treat characters in RX FIFO. But when the number of characters
in RX FIFO does not reach the trigger level and no more data arrives from external
device, interrupt is not generated and therefore CPU cannot recognize it. SB16C1054
offers time-out function for this situation. Time-out function generates an interrupt and
reports to CPU when the number of RX FIFO is less than trigger level and no more data
receives for four character time.
Time-out interrupt is enabled when IER[2] is set to ‘1’ and can be verified by ISR.
TX FIFO
16X Clock
Character #2
Character #1
Transmitter Shift Register(TSR)
MCR[6] = 0
MCR[6] = 1
TSR Output
M
L
M
S
S
S
R
R
R
MCR[6] = 0
MCR[6] = 1
M
S
R
TXD PIN
Brake Condition Output
L
S
R
MCR[6] = 0
L
S
R
Figure 9: Break Condition Block Diagram
Rev. 00