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: RF_EventTxDone not fired

Part Number: CC1310

Hi,

When a packet is transmitted and RAT_GPO0 goes low, I would expect that the event RF_EventTxDone is fired. However, this does not happen. 

RF_postCmd(rfHandle, (RF_Op*)&RF_cmdPropTx, RF_PriorityNormal, &txCallback, RF_EventTxDone);

void txCallback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e){} is never called.

What triggers RF_EventTxDone?