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

