English
Language : 

MC9S12T64 Datasheet, PDF (429/608 Pages) Motorola, Inc – Specification
Freescale Semiconductor, Inc.
Serial Communications Interface (SCI)
Register Descriptions
SBK — Send Break Bit
Toggling SBK sends one break character (10 or 11 logic 0s,
respectively 13 or 14 logics 0s if BRK13 is set). Toggling implies
clearing the SBK bit before the break character has finished
transmitting. As long as SBK is set, the transmitter continues to send
complete break characters (10 or 11, respectively 13 or 14 bits).
1 = Transmit break characters
0 = No break characters
SCI Status
Register 1
(SCIxSR1)
Where: x = 0 for SCI0, or 1 for SCI1
The SCIxSR1 and SCIxSR2 register provides inputs to the MCU for
generation of SCI interrupts. Also, these registers can be polled by the
MCU to check the status of these bits. The flag-clearing procedures
require that the status register be read followed by a read or write to the
SCI Data Register. It is permissible to execute other instructions
between the two steps as long as it does not compromise the handling
of I/O, but the order of operations is important for flag clearing.
Address Offset: $00CC (SCI0SR1), $00D4 (SCI1SR1)
Bit 7
6
5
4
3
2
1
Bit 0
Read: TDRE
TC
RDRF
IDLE
OR
NF
FE
PF
Write:
Reset:
1
1
0
0
0
0
0
0
= Unimplemented or Reserved
Read: anytime
Write: has no meaning or effect
TDRE — Transmit Data Register Empty Flag
TDRE is set when the transmit shift register receives a byte from the
SCI data register. When TDRE is 1, the transmit data register
(SCIxDRH/L) is empty and can receive a new value to transmit. Clear
TDRE by reading SCI status register 1 (SCIxSR1) with TDRE set and
then writing to SCI data register low (SCIxDRL).
Serial Communications Interface (SCI)
For More Information On This Product,
Go to: www.freescale.com
MC9S12T64Revision 1.1.1