Part Number: CC2652R
Tool/software:
Hi!
We have a custom IEEE rf solution where we post rfc_CMD_IEEE_TX_t commands to the RFC using RF_postCmd:
RF_Op *cmd = (RF_Op *)radio_get_next_tx_slot_cmd(); // Where cmd is a rfc_CMD_IEEE_TX_t command m_curr_cmd = RF_postCmd(rfHandle, cmd, RF_PriorityNormal, radio_callback, (RF_EventCmdDone | RF_EventRxEntryDone | RF_EventLastCmdDone | RF_EventTxDone | RF_EventFGCmdDone | RF_EventLastFGCmdDone | RF_EventTxEntryDone));