Part Number: CC26XX-RESOURCES
Other Parts Discussed in Thread: SYSCONFIG
When trying to migrate the project to current versions of the tool chain (CCS V21.0, compiler V20.2.7.LTS, XDC tools V3.62.1.15 and SimpleLink CC13XX CC26XX SDK V8.33.0.16) I succeeded to import into the new CCS, change the compiler and the XDC toos. When switching to SDK V8.33 I first get some errors reported by SysConfig concerning the RTOS, UART, some BLE and GPIO settings, but I was able to fix these by changing the .syscfg file and then adopting some values in SysConfig, as soon as it opens. But finally when generating the project I'm stuck with the error message:
[1]js: "C:/ti/xdctools_3_62_01_15_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.simplelink'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_62_01_15_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/simplelink_cc13xx_cc26xx_sdk_8_33_00_16;C:/ti/xdctools_3_62_01_15_core/packages;C:/ti/simplelink_cc13xx_cc26xx_sdk_8_33_00_16/source;C:/ti/simplelink_cc13xx_cc26xx_sdk_8_33_00_16/kernel/tirtos/packages;C:/ti/simplelink_cc13xx_cc26xx_sdk_8_33_00_16/kernel/tirtos7/packages;C:\ti\xdctools_3_62_01_15_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
This seems to be caused by the fact that in contrast to SDK V4.10 the new SDK V8.33 does not contain such platform definitions. How to solve this? Is there any other location where to retrieve these platform definitions from? Any other way to migrate from SDK V4.10 to V8.33?
FC2_CCS-V10_prjsettings.png and
FC2_CCS-V10_tooldeps.png).
FC2_CCS-V21_prjsettings.png and
FC2_CCS-V21_tooldeps_SDK-V4_ok.png).
FC2_CCS-V21_tooldeps_SDK-V8_notworking.png)