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/MSP430F5438A: com.ti.mcu.msp430.driverlib not currently installed

Part Number: MSP430F5438A
Other Parts Discussed in Thread: MSP430WARE

Tool/software: Code Composer Studio

Hi,

I have a new, clean install of CCS Version: 8.1.0.00011 and when I try to import my colleague's project I get the following error:

Product 'com.ti.mcu.msp430.driverlib' v2.91.7.07 is not currently installed and no compatible version is available. Please install this product or a compatible version.

I have tried using solutions others have declared as working online but had no luck, any help would be appreciated.

  • Hello James,

    it is pity that you do not mention mention methods you have tried.
    Lets begin from zero.

    Go to Resource Explorer and download MSPware430 v2.91.7.07 or compatible.
  • James Hayes18 said:
    Product 'com.ti.mcu.msp430.driverlib' v2.91.7.07 is not currently installed and no compatible version is available. Please install this product or a compatible version.

    James,

    The message indicates that the project requires/uses MSP430 driverlib which is not installed on your machine. Driverlib is included as part of MSP430Ware, so you would need to download and install MSP430Ware. You can do this either from CCS Resource Explorer (menu View->Resource Explorer, select latest version of MSP430Ware and Download and install from there) or from the TI web ( http://www.ti.com/tool/MSPWARE). Once the installation is complete, you should be able to import the project.