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/TMS320F280048: C2000Ware

Part Number: TMS320F280048

Tool/software: Code Composer Studio

Hello,

I tried installing the C2000Ware from the website. The installation was sucessfull and the file are present in their installed path (C/ti/ccs930). However, when trying to open a project (developped by a collegue and working on his computer), I get the following error: "Product c2000ware_software_package v2.1.0.00 is not currently installed and no compatible version is available. Please install this product or a compatible version."

The software package seems not to be recognised:

What I tried so far, but didn't work:

- install C2000Ware from website in different locations -> but not found by CCS

- install C2000Ware from the package manager directly in CCS -> couldn't install because of some permission issue (ERPM operation not permitted)

Thank you for your help,

Coline

  • Hi Coline,

    If the installation was successful, it should appear in installed products of CCS.

    Please go to menu Window -> Preferences. On the left panel, select Code Composer Studio -> Products.

    It will show Products Discovery Path and Installed Products on right panel.

  • Hi Santosh,

    My installation path was in the product discovery path but the C2000Ware was not shown in the installed products (even clicking refresh and reopening CCS).

    In the end, I found my problem: Windows had removed the '.' at the beginning of the folder metadata and metadata/tirex folder. I had to manually add it wia the command prompt as windows doesn"t allow us to do it in the file explorer to get the following path: .metadata/.tirex

    That done, CSS managed to find it in the Installed products window.

    Thank for your answer,

    Coline