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.

Import Failed - Compiler definition is not available - How to load C2000 compiler?

Hello,

I am trying to load an example project into my new C2000 but I get the error shown in the title when I try to import it.  Browsed this forum and it looks like I need to load a C2000 compiler into composer? I installed some C2800 compiler tools but only ARM tools show up in my discovered tools list.  Any ideas?

Code Composer Studio: Version: 6.1.1.00022

Hardware: C2000 - F2837S

Example Project: adc_soc_epwm

  • K S14 said:
    Browsed this forum and it looks like I need to load a C2000 compiler into composer? I installed some C2800 compiler tools but only ARM tools show up in my discovered tools list.  Any ideas?

    It appears that you did not select the C2000 device family when you first installed CCS.

    To add this support: re-run the CCS installer, point it to the directory where your current CCS installation is, make sure to select the C2000 family and proceed with the installation. Once the installation is complete, you should be able to use the C28x compiler.

  • That was it. Thank you.