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.
我现在使用两块28335进行CAN通讯,一个发送节点一个接收节点,现在发现,接收节点每次接收到的都是上一次的数据,发送节点第一次发送的时候,接收节点可接收进入中断,但是发现数据不对;发送节点第二次发送,接收节点进入中断后发现收到的数据是第一次的,后面测试也是如此,接收节点收到的数据都是上一次发送的数据,请问这是什么原因。