Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I was trying to configure pins as a input or output pin. On building the code, it gave error message
"fatal error #1965: cannot open source file "driverlib.h"
I looked through the forum and found that I needed to include the directory to #include search path
I added the following two directories.
I built the code again and got the following error.
I looked through the driverlib.h file and found that it includes "inc/hw_memmap.h" header file. I searched in C2000ware software and found the corresponding header file. I copied the "inc" folder to the directory added in search path.
I built the code again and got this error message:
I found that adc.h is the next header file included in driverlib.h file. I don't think that copying every header file in the above directory is the solution to the error. What can I do?

