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: Driverlib installation problem

Part Number: MSP432P401R

Tool/software: Code Composer Studio

I have tried to include:

/* DriverLib Includes */
#include "driverlib.h"

to my project in really different ways but I couldn't. I deeply appreciate it if anyone can help me. The common way that is said to include it in the project is as follows:

1- download the driverlib package using this link. And unzip the contents.

2- Add driverlib path to the project by following project>>properties>>include options>>add dir or #include search path. below image

4- Adding #include"driverlib.h".

It is not working. I have also copied the driverlib to the project root, but none of them didn't work.

Thanks

Saber

**Attention** This is a public forum