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.

SIMPLELINK-CC2640R2-SDK: How to send data every 1.6ms in proprietary mode at 2.4GHz with CC2640R2 development kit?

Part Number: SIMPLELINK-CC2640R2-SDK
Other Parts Discussed in Thread: CC2640R2F

We need to send data every 1.6ms in proprietary mode at 2.4GHz with CC2640R2 development kit, But When I call the function "RF_ runCmd()" sends data, it takes 2.2ms to return to "RF_ EventLastCmdDone" result.How to send data every 1.6ms in proprietary mode at 2.4GHz with CC2640R2F development kit?

Here is my test method:
(1).use example: ti\simplelink_cc2640r2_sdk_5_30_00_03\examples\rtos\CC2640R2_LAUNCHXL\drivers\rfPacketTx\rfPacketTx_CC2640R2_LAUNCHXL_tirtos_ccs;
(2).radio configuration: 250Kbps,premble=1byte, sync word=4bytes,payload=8bytes,cyc=2bytes. 15 bytes in total, theoretical time 480us;
(3).The function "RF_ runCmd()" actual test needs 2.2ms.

Thank you! Have a nice day!
Rgards,
pengfei