Hello,I used the example_canCommunication_loopback provided by TI as a reference to test the send and receive functions. I can use the receive function of messageBox2 of can1 port to receive the data sent by the send function of messageBox1 of can1 port, and there is no problem with the hardware circuit. After disabling lookback mode, I have enabled interrupt reception. When an external CAN assistant sends a message, the CAN interrupt is triggered, but canGetData does not read data. The first step of the function determines that NWDATx[regIndex] & bitIndex is always 0, indicating that external data has not been stored in the cache area. If I want messageBox2 of can1 port to correctly receive data from outside. How to modify the code to ensure that the data is read correctly?