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: 带外部PA和LNA的模块在LBT例程中怎么控制引脚

Part Number: CC1310

使用rfListenBeforeTalk例程,在调用 RF_runCmd(rfHandle, (RF_Op*)&RF_cmdNop, RF_PriorityNormal,&callback, 0);会执行发送。可是我的模块存在外部PA和LNA,在执行LNA检测的时候,应该通过IO把LNA打开,PA关闭,然后再发送的时候需要关闭LNA,打开PA再延迟几个毫秒,执行发送,请问应该怎么实现这个功能?