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.

MSP432E401Y: included header file location

Part Number: MSP432E401Y

Hello team,

I imported gpio_bothedge_interrupt from the Resource Explorer and was able to run that code in the imported c file.  However, when I simply copy that code and paste into another main.c file in another project, I get the error: "cannot open source file "ti/devices/msp432e4/driverlib/driverlib.h".  Where is this header file hidden and how can link or point to it in another project that isnt imported?

  • Hi,

      In the imported project it has the below directory for the include path that you most likely didn't have in your other project. See below. 

    If you go to C:\ti\simplelink_msp432e4_sdk_4_20_00_12\source\ti\devices\msp432e4\driverlib you will find all the driver files. 

    I think in CCS you might want to also do a refresh if you update some system variables.