Other Parts Discussed in Thread: CC1310, CC2650
I am trying to make a simple test program that transmits an 802.15.4 packet periodically using the TI-RTOS on the CC2650. The program is based on the rfPacketTx example project for the CC1310. When the RF_runCmd function is called the first time, the packet is transmitted correctly, but the program never returns from this command. It appears to hang on the RF_pendCmd inside the RF_runCmd function. Is there anyone that might know what the problem is?
The application runs on the SmartRF06 Evaluation Board and the code has been tested both with and without the debugger connected.
The RF parameters are taken from SmartRF studio7.
The data packet is monitored using the Packet Sniffer.
Thanks,
Petter