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.

CC1310: Main code to do continuous TX compatible with a LaunchPad connected to SmartRF Studio in continuous RX

Part Number: CC1310

I have a CC1310-LaunchPad connected to a SmartRF Studio 7 running on a Windows PC.

I have a custom CC1310 board which is difficult to extract pins. I would like to have an independent firmware that does continuous TX so that I can monitor RSSI in continuous RX of the CC1310-LaunchPad connected to SmartRF Studio.

There is no way to save the firmware that SmartRF Studio installs on the CC1310 Launchpad.

So, I have exported and integrated the SmartRF Studio settings c code to the firmware of my custom CC1310 board. Can I now simply use the main file "rfEasyLinkTx.c" of rfEasyLinkTx so that it will do continuous TX (like SmartRF Studio would do???) and receive it on the CC1310-LaunchPad monitored by SmartRF Studio? Or should I use some other code available somewhere?

Note that I can already communicate between my custom board and the CC1310-Launchpad.