Hi Team,
My customer is testing CANBUS transmission function and find a issue as below.
Sending out a series of continuous CAN ID per 20mS, sometimes one of CAN IDs goes wrong and this CAN ID data is same as previous one.
EX : customer send out 0x02160801,0x02160802,0x021608003,0x02160804,0x02160805 by SPI but capture CANBUS data then the date becomes 0x02160801,0x02160802,0x021608003,0x02160803,0x02160805。
Customer use SPI "TCAN4x5x_MCAN_WriteTXBuffer()" send correct CAN ID but the data in CANBUS is wrong like below.
(left side is log data, right side is CANBUS data captured at CANBUS differential line)
Cound team provide command and any experiment we can try?
Thanks a lot.
Vincent Chent