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.

CCS/LAUNCHXL-CC1310: how to use the specific coreSDK version in project spec

Part Number: LAUNCHXL-CC1310


Tool/software: Code Composer Studio

We are using the project spec to build CC13x0 project. We want to use the specific coreSDK version in the project. For xdctools version, we use the following syntax to specify

<property name="xdcToolsVersion" value="3.32.01.22"/>

How do we specify the coreSDK version in the project spec?

  • Robert,

    Do you really mean the coreSDK or do you mean the SimpleLink SDK? The coreSDK is always part of a full SimpleLink SDK and then in the project spec you can reference the SimpleLink SDK.

    <property name="products" value="com.ti.SIMPLELINK_CC13X0_SDK"/>
    <property name="xdcToolsVersion" value="3_32_01_22_core"/>

    I will check on how to reference a specific version of the SimpleLink SDK.

    Regards,
    John

  • John,

    I just found out we can use the following statement in project spec to specify the coreSDK version. It is working for us

    <property name="products" value="com.ti.SIMPLELINK_CC13XX_CC26XX_SDK:3.10.00.02_eng"/>