Customer is looking to implement frequency hopping on CC1310 using the following code snippet:
RF_cmdFs.pNextOp = (rfc_radioOp_t*)&RF_cmdPropTxAdv;
// send CMD_FS which will change freq, calibrate, and then
// link to send CMD_PROP_TX_ADV as soon as it completes
RF_runCmd(rfHandle, (RF_Op*)&RF_cmdFs, RF_PriorityNormal, NULL, 0);
They want to look at the result of the 2nd command (not the first). Is there a way to do that in-line?
Does the CC1310 continue processing after the call RF_runCmd(), or is it waiting for completion of the command?
Please advise.
Thanks,
Mark