There were quite a few changes from v1.05 to v1.06 regarding CAN. In my code, I have a single transmit call:DRV_CAN0_ChannelMessageTransmit( CAN_CHANNEL0, 0x100, EXPECTED_MESSAGE_OUT_LENGTH, ReturnBuffer); I'm transmitting this message every 20 ms, but it..
↧