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.
Tool/software: Code Composer Studio
Hello,
I would like to generate a PWM signal with 100kHz and variable duty cycle.
I'm facing a problem with "F28x_Project.h" include.
I wanted to test the communication with my board, and when i launch the build i get those errors :
All this files are provided by T.I then i'm feeling embarrass. I checked the file "F2837xD_GlobalPrototypes.h" and indeed nothing is defined :
I don't really know what to do, i'm not able to modifie alone those files and i have include i think all required files.
Thanks you for answers.
Regards
Haris.
Hi Elizabeth,
Thank you to take your time to answer.
As i mentioned all the files are provided by T.I. i did'nt modify any files. When i check into "F28x_Project.h" file, the line (#include "F2837xD_device.h" // F2837xD Headerfile Include File) is included correctly :
Then i go forward into the file i checked "F2837xD_device.h" :
All those include into "F2837xD_device.h" (#include "driverlib.h" & #include <stddef.h>) are include into path project with definition of CPU1.
So I'm really lost and I can't understand where is the problem. I hope you could help me.
Regards,
Haris NACER.