SCC UART Mode
MPC8260 PowerQUICC II Family Reference Manual, Rev. 2
Freescale Semiconductor 21-19

The data length and buffer pointer fields are described in Section20.2, “SCC Buffer Descriptors (BDs).”

21.19 SCC UART Event Register (SCCE) and Mask Register (SCCM)

The SCC event register (SCCE) is used to report events recognized by the UART channel and to generate

interrupts. When an event is recognized, the controller sets the corresponding SCCE bit. Interrupts can be

masked in the UART mask register (SCCM), which has the same format as SCCE. Setting a mask bit

enables the corresponding SCCE interrupt; clearing a bit masks it. Figure21-10 shows example interrupts

that can be generated by the SCC UART controller.

4CR Clear-to-send report.
0 The next buffer is sent with no delay (assuming it is ready), but if a CTS lost condition occurs,
TxBD[CT] may not be set in the correct TxBD or may not be set at all. Asynchronous flow control,
however, continues to function normally.
1Normal CTS
lost error reporting and three bits of idle are sent between consecutive buffers.
5AAddress. Valid only in multidrop mode—automatic or manual.
0 This buffer contains only data.
1 This buffer contains address characters. All data in this buffer is sent as address characters.
6CM Continuous mode.
0 Normal operation. The CPM clears R after this BD is closed.
1 The CPM does not clear R after this BD is closed, allowing the buffer to be resent next time the
CPM accesses this BD. However, R is cleared by transmission errors, regardless of CM.
7PPreamble.
0 No preamble sequence is sent.
1 Before sending data, the controller sends an idle character consisting of all ones. If the data
length of this BD is zero, only a preamble is sent.
8NS No stop bit or shaved stop bit sent.
0 Normal operation. Stop bits are sent with all characters in this buffer.
1 If PSMR[SYN] = 1, data in this buffer is sent without stop bits. If SYN = 0, the stop bit is shaved,
depending on the DSR setting; see Section21.14, “Fractional Stop Bits (Transmitter).”
9–14 Reserved, should be cleared.
15 CT CTS lost. The CPM writes this status bit after sending the associated buffer.
0CTS
remained asserted during transmission.
1CTS
negated during transmission.

Table21-11. SCC UART TxBD Status and Control Field Descriptions (continued)

Bit Name Description