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.

RTOS / CC2650: CC2650 can't send packet in the IEEE mode

Part Number: CC2650

Tool/software: TI-RTOS

I use the cc2650 in the  tirtos_cc13xx_cc26xx_2_21_01_08 /examples/IAR/CC2650DK_7ID/rfPacketTx  demo ,I successed send and receive the packet in Proprietary Radio model.

Then i  transferring code to work on the IEEE802.15.4 mode, the code will stuck at the: RF_EventMask result = RF_runCmd(rfHandle, (RF_Op*)&RF_cmdIeeeTx, RF_PriorityNormal, NULL, 0);

it's dead forever ,but i view the smartRF studio ,CC2650 borad has being successed send one group data to smartRF studio .

I saw some information in RF.h

* ## Unsupported Functionality #
* The RF driver does not support:
* - IRQ_FG and IRQ_BG required by the IEEE 802.15.4 mode
* - Feature not implemented for RF_requestAccess()
* - Limited feature (nInactivityTimeout) available for RF_control()
* - Scheduler not available.

How can I solve this problem?  Let the CC2650 work in IEEE mode. For project don't need network ,so i can't use zstack ,