哪位大佬有c6657的upp接口的配置例程,能收发数据的,谢谢!
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.
你好,感谢之前的帮助,现在还有个问题,upp配置DLB模式,A发B收,
//Tx
*(int *)UPID0 = (unsigned int )xmtBuffer;
*(int *)UPID1 = 0x00020020;
*(int *)UPID2 = 0x00000020;
//Rc
*(int *)UPQD0 = (unsigned int )rcvBuffer;
*(int *)UPQD1 = 0x00020020;
*(int *)UPQD2 = 0x00000020;
查看发送数据的地址,是有数据,为什么发送不出去,状态寄存器UPIS1里一直显示发送字节数为0