Tool/software:
I am implementing a radio with Listen Before Talk. I based my solution off of the example, and the CCA/LBT is working. However, I want to get an indication if the CCA failed or not, and go back to Rx immediately upon CCA failure. I use RF_postCmd() on RF_cmdPropCs to start the process, but the callback only triggers RF_EventLastCmdDone when the transmission is successful. How can I get read the status of RF_cmdPropCs and/or RF_cmdCountBranch from the callback if the CCA check fails?
The RF_postCmd call I use is: