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.

Linux/CC1350STK: TI 15.4-Stack Linux® Gateway Example Application

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

  • You should be able to revise board files to make TI 15.4 Stack runs on CC1350STK.
  • 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

  • Hey Patricio,

    The porting guide was tailored towards the sensor project. Typically the sensorTag is battery powered and acts as a sensor node. The CoP project requires a connection to a host MCU. Why are you wishing to port the CoP project to the sensorTag?

    ~Brocklobsta
  • 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

  • Hi Brocklobsta,

    ¿can you send me the URL of the tailored guide you mentioned ?

    I had the following link, but it seems to be still the old version.

    Thanks