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.

LAUNCHXL-CC1310: Errors while using CC1310 and Sensor Booster Pack ( BoostXL Sensor) from Demo code

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: SIMPLELINK-CC13X0-SDK, CC1310

Hello Community,

I have purchased CC1310 LaunchXL and BoostXL-Sensors (Sensors BoosterPack Plug-In Module) and was working on these TI-Tools I was able to execute the demo code for CC1301 Launch-XL from SimpleLink-CC13X0-SDK  (https://www.ti.com/tool/SIMPLELINK-CC13X0-SDK) and now I am trying with BoostXL-Sensors (i,e Sensor BoosterPack) (https://www.ti.com/tool/SIMPLELINK-SDK-SENSOR-ACTUATOR-PLUGIN)  but facing some errors after importing  and compiling the example codes from the SDK. I am using BoostXL-Sensors (Boosterpack) with CC1310 LaunchXL.

CC1310 (https://www.ti.com/tool/LAUNCHXL-CC1310)

BoostXL Sensors (https://www.ti.com/tool/BOOSTXL-SENSORS)

CCS used V9.2

Here are the Error which I got after compiling the demo code ( i2ctmp116_CC1310_LAUNCHXL_tirtos_ccs )

Thank you,

Regards--

Kushal Nesarkar

  • If you are using version 1.50 of the SAIL plugin, you will see from the release note that this is not compatible with CC1310:

    Dependencies

    This release requires the following other software components and tools.

    • Code Composer Studio 9.2 or higher
      • ARM 18.12.13.LTS
    • GNU Code Generation Tools
      • ARM gcc-arm-none-eabi-7-2017-q4-major
    • IAR Code Generation Tools
      • ARM 8.20.2.58 or higher
    • XDCTools 3.60.00.24
    • The Plugin works with any of the following SimpleLink SDK
    • simplelink_msp432p4_sdk_3_30_00_13
    • simplelink_msp432e4_sdk_3_30_00_22
    • simplelink_cc32xx_sdk_3_30_01_02
    • simplelink_cc13x2_26x2_sdk_3_30_00_03

    If you download version 1.40, it says:

    Dependencies

    This release requires the following other software components and tools.

    • Code Composer Studio 8.3 or higher
      • ARM 18.1.4.LTS
    • GNU Code Generation Tools
      • ARM gcc-arm-none-eabi-7-2017-q4
    • IAR Code Generation Tools
      • ARM 8.20.2.58 or higher
    • XDCTools 3.51.01.18
    • The Plugin works with any of the following SimpleLink SDK
    • simplelink_cc2640r2_sdk_2_20_00_49
    • simplelink_msp432_sdk_2_20_00_12
    • simplelink_msp432e4_sdk_2_20_00_20
    • simplelink_cc32xx_sdk_2_20_00_10
    • simplelink_cc13x0_sdk_2_10_00_36
    • simplelink_cc13x2_26x2_sdk_2_40_00_8

    Not sure if it will work with a newer, CC13x0 SDK than what is stated above, but you should at least try a version that states that it support CC13x0 (and not only CC13x2)

    Siri