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/MSP432P401R: Unable to include driverlib in existing CCS project

Part Number: MSP432P401R

Tool/software: Code Composer Studio

Hi,

I have installed MSP432WARE/ MSP432 DriverLib. I have imported some DriverLib sample projects and suceessfully built and tested them. 

I want to include driverlib in my existing CCS project. I have followed some threads but i am unable to do it. When i try to include Driver library project template (Source-> Apply Project Template ) it is not available. Although it is listed in installed products.
I am using Code Composer Studio 8.3.1. I have attached images of installed products and available project templates. 
Please guide me how can i include DriverLib in my existing project.
Hassan
  • Thank you my problem has been resolved by following these steps

    1. Copying the driverlib folder directly into the project root folder
    2. Inside Project Properties, under CCS Build -> ARM Compiler -> Include Options add "${PROJECT_ROOT}/driverlib/MSP432P4xx"