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/LAUNCHXL-CC1310: Using long range mode with Easylink API

Part Number: LAUNCHXL-CC1310


Tool/software: TI-RTOS

Hello there,

I'm trying to use the EasyLink API to set up radios with the long range mode. I donwloaded the examples rfEasyLinkTx and rfEasyLinkRx and changed the Easylink_init(EasyLink_Phy_Custom) function to

EasyLink_init(EasyLink_Phy_625bpsLrm);

EasyLink_setFrequency(915000000);

I thought this would be enough for it to run smoothly, but it didn't. Can anyone help me to set up this LRM? Do I have to change any other stuff in the code?

Thank you.