SCI/LIN Control Registers
1305
SPNU503C – March 2018
Copyright © 2018, Texas Instruments Incorporated
Serial Communication Interface (SCI)/ Local Interconnect Network (LIN)
Module
25.13.13.2 Receiver Data Buffer (SCIRD)
This register provides a location for the receiver data.
and
illustrate this register.
Figure 25-40. Receiver Data Buffer (SCIRD) [offset = 34h]
31
16
Reserved
R-0
15
8
7
0
Reserved
RD
R-0
R-0
LEGEND: R = Read only; -
n
= value after reset
Table 25-26. Receiver Data Buffer (SCIRD) Field Descriptions
Bit
Field
Value
Description
31-8
Reserved
0
Reads return 0. Writes have no effect.
7-0
RD
0-FFh
Receiver data. This bit is effective in SCI-compatible mode only. When a frame has been
completely received, the data in the frame is transferred from the receiver shift register SCIRXSHF
to this register. As this transfer occurs, the RXRDY flag is set and a receive interrupt is generated
if SET RX INT is set.
Note: When the data is read from SCIRD, the RXRDY flag is automatically cleared.
NOTE:
When the SCI receives data that is fewer than eight bits in length, it loads the data into this
register in a left justified format padded with trailing zeros. Therefore, your software should
perform a logical shift on the data by the correct number of positions to make it right justified.