
Communication Processor Module
MOTOROLA
MPC823 USER’S MANUAL
16-217
SCC2
COMMUNICATION
16
PROCESSOR
MODULE
A—Address
0 = The buffer only contains data.
1 = When operating in manual multidrop mode, this bit indicates that the first byte of
this buffer contains an address byte. The address comparison should be
implemented in the software. In automatic multidrop mode, this bit indicates that
the buffer descriptor contains a message that was received immediately after an
address was recognized in UADDR1 or UADDR2. This address is not written into
the receive buffer.
CM—Continuous Mode
0 = Normal operation.
1 = The E bit is not cleared by the communication processor module after this buffer
descriptor is closed, thus allowing the associated data buffer to be automatically
overwritten next time the communication processor module accesses this buffer
descriptor. However, the E bit is cleared if an error occurs during reception,
regardless of how the CM bit is set.
ID—Buffer Closed on Reception of Idles
This bit indicates that the buffer is closed because a programmable number of consecutive
idle sequences (MAX_IDL) was received.
AM—Address Match
This bit is only significant if the address bit is set and the automatic multidrop mode is
selected in the UM bits. After an address match, this bit defines which address character
matched the address character that you defined, which enables the SCC2 UART controller
to receive data.
0 = The address matched the value in UADDR2.
1 = The address matched the value in UADDR1.
BR—Break Received
This bit indicates that a break sequence has been received at the same time that data is
being received into this buffer.
FR—Framing Error
This bit indicates that a character with a framing error has been received and located in the
last byte of this buffer. A framing error is a character without a stop bit. A new receive buffer
is used to receive more data.
PR—Parity Error
This bit indicates that a character with a parity error has been received and located in the
last byte of this buffer. A new receive buffer is used to receive more data.
OV—Overrun
This bit indicates that a receiver overrun has occurred while the SCC2 UART controller was
receiving a message.