Part Number: CC1350STK
Other Parts Discussed in Thread: CC1350
Tool/software: Linux
Hi,
is the TI 15.4-Stack Linux® Gateway Example Application compatible with the CC1350 SensorTag ?
Thanks!
Patricio
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.
Part Number: CC1350STK
Other Parts Discussed in Thread: CC1350
Tool/software: Linux
Hi,
is the TI 15.4-Stack Linux® Gateway Example Application compatible with the CC1350 SensorTag ?
Thanks!
Patricio
Please see the wiki page
for details on how to port the out of box TI 15.4-Stack example applications to sensorTag platform.
Suyash Jain,
Thanks for the response.
I followed the instructions from the wiki and I'm trying to implement the CoP example in TI Ressource Explorer: CC1350 LaunchPad->TI 802.15.4 Stack->coprocessor->TI-RTOS->CCS Compiler->coprocessor->Application->CoP
But I found two problems:
1) The step (6) says: "Edit mac_user_config.h, found in the same directory as mac_user_config.c, by changing line 122 to:.."
#if defined(CC1310EM_7XD_7793) || defined(CC1310EM_7ID) || defined(MODULE_CC13XX_7X7)
But the line 122 has an "else" command.
Do you mind the line "99" with "#if defined(CC13XX_LAUNCHXL)"
2) The step (8) says: ..."Edit line 369 of main.c to be "
#if (CONFIG_RANGE_EXT_MODE == APIMAC_HIGH_GAIN_MODE)
But the file main.c has only 316 lines.
What I'm doing wrong?
Best regards
Patricio
Hi Brocklobsta,
thank you for the response.
At the beginning of our project we had only SensorTags to build our example application, but in the last days we got some Launchpads to use as CoP.
Thanks again.
Patricio