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.

CCS/CCSTUDIO-C2000: Product 'com.devkits' v1.5.0.00 is not currently installed and no compatible version is available. Please install this product or a compatible version.

Part Number: CCSTUDIO-C2000

Tool/software: Code Composer Studio

I am getting above error after I installed CCS V7 and opened up a project which was created in V6. I updated the controlsuite also. Please help !

Product 'com.devkits' v1.5.0.00 is not currently installed and no compatible version is available. Please install this product or a compatible version.

  • Gaurav Shah29 said:
    I am getting above error after I installed CCS V7 and opened up a project which was created in V6.

    Is this one of your own projects or an example project that comes with ControlSuite?

    Which version of ControlSuite are you using?

    And does the project use PowerSuite? If so, the product needs to be discovered by CCS and should appear in the list of "Installed Products" under Window->Preferences->Code Composer Studio->Products.

  • This is one of my own project created on top of control suit examples. I updated the control suit version to v3.4.6 - current version. I am using #include "DSP28x_Project.h" header. No, I am not using powersuit.

    I had to go back to CCS V6.1.3 to be able to open the project. But I want to upgrade to CCS V7 without any issues. Any idea ?
  • I think that CCS still needs to discover PowerSuite as an "installed product" for some reason, even though you say your project does not use PowerSuite.

    Could you check if PowerSuite is installed by going to menu Window->Preferences->Code Composer Studio->Products, and check if PowerSuite is listed under "Installed Products"? If it is not, click on Rediscover. If PowerSuite is inside one of the existing Product Discovery paths it will find the product, make sure it is selected and click on Install. After restarting CCS the product should be installed. Then try re-importing your project again and let us know if it works.