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.
这个芯片在处理一主多从的过程中出现了数据丢失,
1、我现在采用的模式是1主站带20从站,从站给主站发送信息时,主站会出现经常性收不到数据的情况。
2、我现在主站时采用while(1)循环的方式,是否这种方式有问题,我也尝试使用中断来测试效果也不好。
3、是不是必须使用仲裁才能解决。