This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCAN4550-Q1: MsgHeader.ID和dataPayload的数据对应不上

Part Number: TCAN4550-Q1

条件:

车上CAN总线有一百多个ID,当有新的消息存进RX FIFI 0的时候,掉用TCAN4x5x_MCAN_ReadNextFIFO读取数据,读回来的MsgHeader.ID和dataPayload的数可能会对应不上,也就是收到MsgHeader.ID是ID(A),但是dataPayload可能是data(B)或者其他ID的数据,我想尝试用过滤ID的方法解决这个问题,但是过滤器没起作用,我任然能收到CAN总线上的所有ID。