Tool/software: Code Composer Studio
Hi All,
I have installed below versions of MSP432 SIMPLELINK SDK on my machine.
=========================================================
com.ti.SIMPLELINK_MSP432_SDK [SimpleLink MSP432P4 SDK]: 1.60.0.12 [C:/ti/simplelink_msp432p4_sdk_1_60_00_12] 1.60.0.05 [C:/ti/simplelink_msp432p4_sdk_1_60_00_05] 1.60.0.04 [C:/ti/simplelink_msp432p4_sdk_1_60_00_04] 1.60.0.02 [C:/ti/simplelink_msp432p4_sdk_1_60_00_02] 1.60.0.00 [C:/ti/simplelink_msp432p4_sdk_1_60_00_00] 1.50.0.12 [C:/ti/simplelink_msp432p4_sdk_1_50_00_12] 1.50.0.06 [C:/ti/simplelink_msp432p4_sdk_1_50_00_06]
=========================================================
I want to use specific version of SDK while creating the CCS project using project spec and want to build the same.
I tried the below create command in which I used "-ccs.products" option with value "com.ti.SIMPLELINK_MSP432_SDK:1.60.00.12".
eclipsec -noSplash -data "workspace" -application com.ti.ccstudio.apps.projectCreate -ccs.projectSpec "c:\ti\simplelink_sdk_ble_plugin_1_40_00_04\examples\rtos\MSP_EXP432P401R\bluetooth\simple_application_processor\freertos\ccs\simple_application_processor_MSP_EXP432P401R_freertos_ccs.projectspec" -ccs.copyIntoWorkspace -ccs.cgtVersion "18.1.1.LTS" -ccs.products "com.ti.SIMPLELINK_MSP432_SDK:1.60.00.12" -ccs.definePathVariable FREERTOS_INSTALL_DIR c:\FreeRTOSv9.0.0
When I build this project, CCS is using v1.50.00.06 insted of v1.60.00.12.
Is this the right command to switch the CCS products?
Can anyone help me to fix this.
Thanks,
Naresh Kumar A