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.

afIncomingData没有收到数据,但rxFcsIsr有收到数据

Other Parts Discussed in Thread: CC2530

设备没有复位之前,rxFcsIsr有收到数据,但afIncomingData没有收到数据;抓包数据为“终端设备数据发送1“文件,在rxFcsIsr()函数里用串口输出的数据如下:

 终端设备数据发送1.psd

设备复位之后,rxFcsIsr有收到数据,afIncomingData同时有收到数据;抓包数据为“终端设备数据发送2“文件,在rxFcsIsr()函数里用串口输出的数据如下:

 终端设备数据发送2.psd

出这种现象的原因是什么?这个问题是协议栈的bug吗?有什么解决的办法吗?

coordinator用的是CC2530,enddevice用的JN5169