Part Number: CC1352R
Tool/software: Code Composer Studio
I have a project running on a custom board with the CC1352R part. It was originally developed in CCS 7 using the 16.9.6.LTS compiler, SDK 2.10.0.48, and XDCTools 3.50.4.43_core. I would like to update these supporting items.
I can import the project into CCS 901 and build it with no issues. The only difference I can find in the configuration is the compiler is not installed so it shows that value as "TI v16.9.6.LTS [TI v18.12.1.LTS]" and has a warning icon that indicates the expected compiler is not installed and a compatible compiler will be used during build.
If I do a Clean Project and build, there is still no issue.
If I change the compiler to the installed 18.12.1.LTS, the tirtos_builds_CC1352R1_release_ccs project build fails:
can't find the library 'lib/boot.aem4' specified by package ti.targets.arm.rtsarm. It wasn't found along the path 'C:/ti/simplelink_cc13x2_sdk_2_10_00_48/source;C:/ti/simplelink_cc13x2_sdk_2_10_00_48/kernel/tirtos/packages;C:/ti/ccs901/ccs/ccs_base;C:/ti/xdctools_3_50_04_43_core/packages;..;'.
Any idea what else needs updating in the project settings to allow the build to succeed?
Thanks!
.Tim