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.
