Tool/software: TI-RTOS
Hi everyone,
I have a CC1310 Launchpad and wanted to transalate an already developed application to use the EasyLink API. The protocol uses the 433MHz Band instead of the default 868MHz one. From the datasheet and previous work with the platform I know that the CC1310 supports this band. However, when taking the rfEasyLinkEcho examples and calling the "EasyLink_setFrequency(433000000);" function, the RX board is stuck in receiver mode, while the TX board goes into error mode with easylink status "EasyLink_Status_Rx_Error". There is no Issue if instead I call "EasyLink_setFrequency(868000000);" . I already tried to use the smartrf settings file from our already developed application and this doesn't seem to solve the issue either.
Thanks a lot in advance!
-Ivan