你好,
我当前使用的SDK是simplelink_cc13x0_sdk_2_20_00_38,smartRF导出的文件中也做了如下使能硬件crc出错后不在收到此包的功能;但是在实际测试中,我的应用还是收到了CRC出错的数据包,请问是什么原因?是否是SDK的问题?
pktConf.bUseCrc = 0x1;
RF_cmdPropRx.pQueue = &dataQueue; /* Set the Data Entity queue for received data */
RF_cmdPropRx.rxConf.bAutoFlushIgnored = 1; /* Discard ignored packets from Rx queue */
RF_cmdPropRx.rxConf.bAutoFlushCrcErr = 1; /* Discard packets with CRC error from Rx queue */
RF_cmdPropRx.rxConf.bIncludeHdr = 1; /* Put length field in front of queue entries. */
RF_cmdPropRx.rxConf.bAppendRssi = 1; /*If 1, append an RSSI byte to the packet in the RX queue*/
RF_cmdPropRx.maxPktLen = 128; /* Implement packet length filtering to avoid PROP_ERROR_RXBUF */