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.

LAUNCHXL-CC26X2R1: rfPacketTx example hangs after reconfiguration to IEEE 802.15.4 PHY

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSCONFIG

Hi,

I have imported rfPacketTx (no rtos flavor) example from CCS Resource Explorer. It sends packets in the loop using custom PHY configuration.

I reconfigured PHY using SysConfig to use 802.15.4 PHY and aligned project sources to match with generated ones.

Now example hangs at:

        /* Send packet */
        RF_EventMask terminationReason = RF_runCmd(rfHandle, (RF_Op*)&RF_cmdIeeeTx_ieee154_0,
                                                   RF_PriorityNormal, NULL, 0);

But one packet gets transmitted, I can see it with a sniffer.

I debugged a little and it seems that RF_syncCb is not called after modification.

I'm attaching files modified within the example.

rfPacketTx_802154.zip