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-CC1312R1: CCS build problem when I migrate from CC1310 to CC1312R1 project

Part Number: LAUNCHXL-CC1312R1
Other Parts Discussed in Thread: CC1310, SYSCONFIG

Tool/software: Code Composer Studio

Dear Sir,

I developed some CC1310 projects by 'CCS 10.0.0.00010' in the past, and it worked well.

The CC1310 SDK I used is  simplelink_cc13x0_sdk_4_10_00_10.

Now, I want to develop a CC1312R1 project, thus I installed new SDK simplelink_cc13x2_26x2_sdk_4_30_00_54.

Then, I used the same CCS to import an ccs example project (e.g. sensor_oad_offchip).

The import was good. But, when I tried to build the project, CCS shows

"D:/ti/ccs1000/ccs/utils/sysconfig_1.4.0/sysconfig_cli.bat" -s "D:/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/.metadata/product.json" -o "syscfg" --compiler ccs "../sensor.syscfg"
subdir_rules.mk:30: recipe for target 'build-1352339967' failed
Error: SimpleLink cc13x2/26x2 SDK version 4.30.00.54 requires at least version 1.6.0 of SysConfig.

I noticed that there is a new created directory 'sysconfig_1.6.0' under the root after the installation of CC13x2 SDK.

Q1. How can I instruct the CCS to relocate the new sysconfig directory?

(In my case, it should be 'D:/ti/sysconfig_1.6.0'.)

Q2. If I can change the sysconfig to 1.6.0 successfully, does it also work for CC1310 project?

Thank you

Adam

  • Hello,

    Adam Wu said:

    Q1. How can I instruct the CCS to relocate the new sysconfig directory?

    (In my case, it should be 'D:/ti/sysconfig_1.6.0'.)

    Make sure it is "discovered" by CCS. You can check this in the workspace preferences. If it does not show up there, press the "Refresh" button to have CCS search for new products to discover.

    Once it is discovered, you can set the project properties to switch between the various version:

    Adam Wu said:
    Q2. If I can change the sysconfig to 1.6.0 successfully, does it also work for CC1310 project?

    This can depend on the SDK version. It is best to check with the documentation of the SDK to see if a specific version of sysconfig is required.

    Thanks

    ki

  • Dear Ki,

    You solved my problem.

    Thank you deeply from my heart.

    Sincerely,

    Adam