例程中是CORE1->CORE2->CORE3->CORE0->CORE1的过程;我改为CORE1—>CORE2连续发包,每个包为1,2,3,4,5,6,7,8,9,10,/11,12,13,14,15,16,17,18,19
但是有两个问题
1.CORE2接收时第一个包能接受成功但是第二个包只能接收到前面5个字节11,12,13,14,15后面5个还是第一个包的5,6,7,8,9。
2.而且当接收次数多了后就就卡住不动了 还没有断点调试
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.
例程中是CORE1->CORE2->CORE3->CORE0->CORE1的过程;我改为CORE1—>CORE2连续发包,每个包为1,2,3,4,5,6,7,8,9,10,/11,12,13,14,15,16,17,18,19
但是有两个问题
1.CORE2接收时第一个包能接受成功但是第二个包只能接收到前面5个字节11,12,13,14,15后面5个还是第一个包的5,6,7,8,9。
2.而且当接收次数多了后就就卡住不动了 还没有断点调试