Hello
During the source file compailing in CCS V3, it shows the following error
fatal error: could not open source file "DSP28x_Project.h"
How can i solve this problem?
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.
Hello
During the source file compailing in CCS V3, it shows the following error
fatal error: could not open source file "DSP28x_Project.h"
How can i solve this problem?
Saifuzzaman Sabuj said:"DSP28x_Project.h"
This file comes with the C28x Header Files and Peripherals example. You need to download the example for your device:
http://processors.wiki.ti.com/index.php/C28x_Header_Files_and_Peripheral_Examples
And add the path to the header files in the project include search paths:
http://processors.wiki.ti.com/index.php/Include_paths_and_options
thanks
ki