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
Hi All,
I'm working on CC26x@r1 launchpad board. I have installed ccsv8.3 and SDK.
I tried to import SDK examples to CCS, but its giving below error.
"NO TI ARM compiles, supporting device 'CC2642R1F', are currently installed"
But i installed ARM gcc compiler and TI ARM compiler.
Please help me to solve it.
Thanks,
When you installed CCS did you make sure to select the CC26xx Product family?
One way to verify is to try creating a new CCS project (menu Project->New CCS Project) and see if you can select the device CC2642R1F. If you do not see the device listed there, then support for it was never installed. In that case, please follow the steps in this FAQ article that describes how to add features such as processor families to an existing CCS installation.
Your last screenshot shows that the compiler tools are not discovered by CCS, as they do not appear under the "Discovered tools" list. Did the tools actually get installed properly, (ie) can you go into those directories inside C:\ti\ccsv8\tools\compiler and confirm that the compiler binaries are installed?
If they are, try clicking the Refresh button and see if they are discovered. If they are not, then it is possible they did not get installed properly. In that case you may want to try reinstalling CCS, perhaps in another directory as a test.
Just as a reference, this article describes the process of how compilers are installed and discovered by CCS:
http://software-dl.ti.com/ccs/esd/documents/ccs_compiler-installation-selection.html