FlexRay Module Registers
1407
SPNU563A – March 2018
Copyright © 2018, Texas Instruments Incorporated
FlexRay Module
26.3.2.9 Output Buffer
Double buffer structure consisting of output buffer host and output buffer shadow. While the host can read
from output buffer host, the transfer from the message RAM is done to output buffer shadow. The output
buffer holds the header and data sections of requested message buffers transferred from the message
RAM. Used to read out message buffers from the message RAM.
26.3.2.9.1 Read Data Section Registers (RDDS[1-64])
Holds the data words read from the data section of the addressed message buffer. The data words (DW
n
)
are read from the message RAM in reception order from DW
1
(byte0, byte1) to DW
PL
(DW
PL
= number of
data words as defined by the payload length configured in bits PLC(6-0) of the Read Header Section 2
(RDHS2)).
and
illustrate this register.
Figure 26-186. Read Data Section Registers (RDDSn) [offset_CC = 600h-6FCh]
31
16
MD
R/W-0
15
0
MD
R/W-0
LEGEND: R/W = Read/Write; -
n
= value after reset
Table 26-159. Read Data Section Registers (RDDSn) Field Descriptions
Bit
Field
Description
31-0
MD
Message data.
Note: DW127 is located on RDDS64.MD. In this case, RDDS64.MD is unused (no valid data).The input
buffer RAMs are initialized to 0 when leaving hardware reset or by the controller host interface
command CLEAR_RAMS.
MD(31-24) = DW
2n
, byte
4n-1
MD(23-16) = DW
2n
, byte
4n-2
MD(15-8) = DW
2n-1
, byte
4n-3
MD(7-0) = DW
2n-1
, byte
4n-4