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.

LAUNCHXL-CC1310: easylink无线唤醒

Part Number: LAUNCHXL-CC1310

rfEasyLinkListenBeforeTalk作为发送端,rfEasyLinkRx作为接收端

问题:rfEasyLinkRx作为接收端需要确保收据可以接收到,所以使用阻塞接收去进行接收电流较大,6ma;

否则使用异步去接收数据,有概率接收不到数据,结合非easylink例程中有rfWakeOnRadioRx例程,但是我想法是既可以rfWakeOnRadioTx又包含LBT算法进去,这样可行吗?esaylink好像没有无线唤醒的接口函数,有没有参考例程?