McBSP Registers
1123
SPRUH22I – April 2012 – Revised November 2019
Copyright © 2012–2019, Texas Instruments Incorporated
C28 Multichannel Buffered Serial Port (McBSP)
Table 15-72. Serial Port Control 1 Register (SPCR1) Field Descriptions (continued)
Bit
Field
Value
Description
1
RRDY
Receiver ready bit. RRDY is set when data is ready to be read from DRR[1,2]. Specifically, RRDY
is set in response to a copy from RBR1 to DRR1.
If the receive interrupt mode is RINTM = 00b, the McBSP sends a receive interrupt request to the
CPU when RRDY changes from 0 to 1.
Also, when RRDY changes from 0 to 1, the McBSP sends a receive synchronization event (REVT)
signal to the DMA controller.
0
Receiver not ready
When the content of DRR1 is read, RRDY is automatically cleared.
1
Receiver ready: New data can be read from DRR[1,2].
Important: If both DRRs are required (word length larger than 16 bits), the CPU or the DMA
controller must read from DRR2 first and then from DRR1. As soon as DRR1 is read, the next
RBR-to-DRR copy is initiated. If DRR2 is not read first, the data in DRR2 is lost.
0
RRST
Receiver reset bit. You can use RRST to take the McBSP receiver into and out of its reset state.
This bit has a negative polarity; RRST = 0 indicates the reset state.
To read about the effects of a receiver reset, see
Resetting and Initializing a
McBSP
.
0
If you read a 0, the receiver is in its reset state.
If you write a 0, you reset the receiver.
1
If you read a 1, the receiver is enabled.
If you write a 1, you enable the receiver by taking it out of its reset state.