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.

CC1310丢包与CRC

Other Parts Discussed in Thread: CC1310

测试CC1310通信的过程中发现下面的问题,使用studio测试时,在距离较远或信号不佳的情况下,studio可以打印接收到的CRC校验错误的数据包,在使用例程测试的时候,发现即便是丢包严重,也不会打印出错的数据包,请问一下这个是在哪边去处理的,因为我需要拿到出错的包,判断重传或校验。

请问是否是rfc_CMD_PROP_RX_ADV_t 的.pktConf.bUseCrc = 0x1,去处理的,在EasyLink.c下面的接收函数EasyLink_receive及EasyLink_receiveAsync处拿不到出错的包。