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.
Tool/software: Code Composer Studio
Hello,
My current CCS version is 8.3.0 while the one of SDK is 3.40.00.02, used until yesterday night.
This morning I tried to access ResourceExplorer and appeared a pop-up asked me to download some update. I did so, and after another one asked to install gcc_arm_none_eabi_9_2_1 and simplelink_cc13x2_26x2_sdk_4_10_00_78. Fine.
After download and install, I got the following error trying to import an example project from Resource Explorer.
Any suggestions ? Should I download and install this version of XDCTools, to do this should I update whole CCS?
Best Regards,
Vincenzo
Vincenzo,
If you are going to use the 4.10 version of the SDK then I would suggest installing CCSv10.
http://software-dl.ti.com/simplelink/esd/simplelink_cc13x2_26x2_sdk/4.10.00.78/exports/release_notes_simplelink_cc13x2_26x2_sdk_4_10_00_78.html#dependencies
That will give you the necessary TI ARM compiler, XDCTools and SysConfig versions requried for using this SDK. If you are using GCC then you would still need to install GCC9. When installing the SDK fro Resource Explorer it will give you the option to install GCC9.
Regards,
John
Hi John,
thanks for replying so quickly
On my current project, I am using the 3.40 SDK version.
Is there any way to restore the previous configuration and restore the Resource Explorer?
I found myself very well with CCS 8.3 and I would not like to run in any problems with my old projects.
Regards,
Vincenzo
Vincenzo,
In your case the ideal environment would be CCSv10 with the components you are currently using in 8.3 as well.
Basically you can have new projects using the new SDK along with the new compiler, XDCTools... And then the old projects can use the older SDK and the appropriate compiler and XDCTools. CCS projects store the versions of the tools and SDKs and will use those.
Short term if you just want to keep using CCSv8.3 with the older SDK you can do that. Installing the 4.10 SDK did not remove the 3.40 SDK. They are both present on your computer. By default Resource Explorer is just going to show the latest one.
For example here is my CCSv8.3 and it is showing the 4.10 SDK.
If you click on the home button:
This will take you to a screen where you can choose the versions of software to display. In newer CCS versions there are easier ways to do this and you can even have multiple versions displayed at the same time.
Scroll down to the SimpleLink cc13x2/26x2 SDK. You can change the selection from latest to 3.40
Note that any projects that you already have in your workspace will be using the version of the SDK that was set when they were created. i.e. these would already be set to use 3.40.
Regards,
John