SLAU846A June 2023 – October 2023 MSPM0G1105 , MSPM0G1106 , MSPM0G1107 , MSPM0G1505 , MSPM0G1506 , MSPM0G1507 , MSPM0G3105 , MSPM0G3105-Q1 , MSPM0G3106 , MSPM0G3106-Q1 , MSPM0G3107 , MSPM0G3107-Q1 , MSPM0G3505 , MSPM0G3505-Q1 , MSPM0G3506 , MSPM0G3506-Q1 , MSPM0G3507 , MSPM0G3507-Q1
Up to 64 Rx buffers and two Rx FIFOs can be configured in the Message RAM. Each Rx FIFO section can be configured to store up to 64 received messages. The element size can be configured for storage of CAN FD messages with up to 64 bytes data field by way of the MCAN_RXESC register.
Figure 20-21 shows the Rx Buffer/Rx FIFO element structure. Table 20-10 shows the Rx Buffer/Rx FIFO element field descriptions.
Word | Bits | Field Name | Description |
---|---|---|---|
R0 | 31 | ESI | Error State Indicator
|
30 | XTD | Extended Identifier Signals to the Host CPU whether the received frame has a standard or extended identifier.
| |
29 | RTR | Remote Transmission Request Signals to the Host CPU whether the received frame is a data frame or a remote frame.
Note: There are no remote frames in CAN FD format. In case a CAN FD frame was received (FDF = 1), RTR bit reflects the state of the reserved r1 bit (RES[23]). In CAN FD frames (FDF=1), the dominant RRS (Remote Request Substitution) bit replaces the RTR (Remote Transmission Request) bit. | |
28:0 | ID[28:0] | Identifier Standard or extended identifier depending on XTD bit. A standard identifier is stored into ID[28:18]. | |
R1 | 31 | ANMF | Accepted Non-matching Frame Acceptance of non-matching frames can be enabled using the MCAN_GFC.ANFS and MCAN_GFC.ANFE fields.
|
30:24 | FIDX[6:0] | Filter Index 0x0-0x7F (0-127): Index of matching Rx acceptance filter element (invalid if ANMF = 1). Range is 0 to MCAN_SIDFC.LSS - 1 respectively MCAN_XIDFC.LSE - 1. | |
23:22 | RES | Reserved | |
21 | FDF | FD Format
| |
20 | BRS | Bit Rate Switch
| |
19:16 | DLC[3:0] | Data Length Code
| |
15:0 | RXTS[15:0] | Rx Timestamp Timestamp Counter value captured on start of frame reception. Resolution depending on configuration of the Timestamp Counter Prescaler MCAN_TSCC.TCP. | |
R2 | 31:24 | DB3[7:0] | Data Byte 3 |
23:16 | DB2[7:0] | Data Byte 2 | |
15:8 | DB1[7:0] | Data Byte 1 | |
7:0 | DB0[7:0] | Data Byte 0 | |
R3 | 31:24 | DB7[7:0] | Data Byte 7 |
23:16 | DB6[7:0] | Data Byte 6 | |
15:8 | DB5[7:0] | Data Byte 5 | |
7:0 | DB4[7:0] | Data Byte 4 | |
... | ... | ... | ... |
Rn | 31:24 | DBm[7:0] | Data Byte m |
23:16 | DBm-1[7:0] | Data Byte m-1 | |
15:8 | DBm-2[7:0] | Data Byte m-2 | |
7:0 | DBm-3[7:0] | Data Byte m-3 |
Note: Depending on the configuration of the element size (MCAN_RXESC), between two and sixteen 32-bit words (Rn = 3-17) are used for storage of a CAN message's data field.