Other Parts Discussed in Thread: CC2650, CC2500, CC2510
Tool/software: TI-RTOS
i use the CC2650 to design a Half-duplex FHSS Communication,so i need to switch between Tx and Rx and change the Frequency every 3ms.
i try to use the API:
RF_postCmd(handle,(RF_Op*)&RF_cmdFs, RF_PriorityNormal,NULL, 0) // change the Frequency
RF_postCmd(handle,(RF_Op*)&RF_cmdPropRx, RF_PriorityNormal,&RF_callback, IRQ_RX_ENTRY_DONE) // change the Frequency
Sometimes it works normally, sometimes it's error, i can't find the driver about switch TX/RX and change the Frequency from TI, does anyone can share a driver about this that has been tested?
help!

