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: enableTestMode如何反馈EasyLink_Ctrl_Rx_Test_Tone测到的信号值

Part Number: CC1310

HI,

  easylink中 有一个enableTestMode函数,里面可以进行EasyLink_Ctrl_Rx_Test_Tone 接收检测,这个接收检测到的RSSI 值 该如何获取呢?

asyncCmdHndl = RF_postCmd(rfHandle, (RF_Op*)&rxTestCmd,
RF_PriorityNormal, asyncCmdCallback,
EASYLINK_RF_EVENT_MASK); 里面的asyncCmdCallback也不会进入,除非关闭

谢谢。