
Communications Processor (CP)
4-60
MC68302 USER’S MANUAL
MOTOROLA
I—Interrupt
0 = No interrupt is generated after this buffer has been filled.
1 = The RX bit in the UART event register will be set when this buffer has been com-
pletely filled by the CP, indicating the need for the M68000 core to process the buff-
er. The RX bit can cause an interrupt.
The following bits contain status information written by the CP after it has finished receiving
data in the associated data buffer.
C—Control Character
0 = This buffer does not contain a control character.
1 = This buffer contains a user-defined control character in the last byte location.
A—Address
0 = The buffer contains data only.
1 = When working in nonautomatic multidrop mode (UM1–UM0 = 01), this bit indicates
that the first byte of this buffer contains an address byte. The address comparison
should be implemented in software. In automatic multidrop mode, this bit indicates
that the BD contains a message received immediately following an address recog-
nized in UADDR1 or UADDR2. This address is not written into the receive buffer.
M—Address Match
This bit is meaningful only if the A bit (bit 10) is set and UM1–UM0 = 11 in the UART mode
register. Following an address match, this bit defines which address character matched
the user-defined address character, enabling the UART to receive the data.
0 = The address-matched user-defined UADDR2
1 = The address-matched user-defined UADDR1
ID—Buffer Closed on Reception of Idles
The buffer was closed due to the reception of the programmable number of consecutive
IDLE sequences (defined in MAX_IDL).
Bits 7–6, 2—Reserved for future use.
BR—Break Received
A break sequence was received while receiving data into this buffer.
FR—Framing Error
A character with a framing error was received and is located in the last byte of this buffer.
A framing error is detected by the UART controller when no stop bit is detected in the re-
ceive data string.
PR—Parity Error
A character with a parity error was received and is located in the last byte of this buffer.
OV—Overrun
A receiver overrun occurred during message reception.