Tool/software: TI-RTOS
Hi all, I finally managed to run the Long range on my CC1310 devices, using the easylink examples. My question is very trivial and I hope you can answer me. Can I implement the LRM in my project? How can I do that?
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.
Tool/software: TI-RTOS
Hi all, I finally managed to run the Long range on my CC1310 devices, using the easylink examples. My question is very trivial and I hope you can answer me. Can I implement the LRM in my project? How can I do that?
Hi Yikai, I copied the smartrf-setting.c and smartrf-setting.h codes in my project, but I have some errors. The compilator not found the library. How Can I resolve this errors?
Not sure what you are doing.
If you export code from SmartRF Studio you get this:
#include <ti/devices/DeviceFamily.h> #include DeviceFamily_constructPath(driverlib/rf_mailbox.h) #include DeviceFamily_constructPath(driverlib/rf_common_cmd.h) #include DeviceFamily_constructPath(driverlib/rf_prop_cmd.h) #include <ti/drivers/rf/RF.h> #include DeviceFamily_constructPath(rf_patches/rf_patch_cpe_sl_longrange.h) #include DeviceFamily_constructPath(rf_patches/rf_patch_rfe_sl_longrange.h) #include DeviceFamily_constructPath(rf_patches/rf_patch_mce_sl_longrange.h) #include "smartrf_settings.h"
Why have you changed this piece of code?
Ok, I want to enable the LRM on my project. This project is to create from my ex collegue, that now I should to modify and I apply the LRM. The project use the TI RTOS 2.16.01.14. I for apply the LRM, copied the smartrf-setting file of SmartRF to my code..but I have some errors in compilator. How Can I resolve this errors?