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.

求教,我建的28335的工程为什么包含不进.h文件

Other Parts Discussed in Thread: CONTROLSUITE

我建了一个28335的工程,在网上下载的c文件都能包好h文件,自己写了一个main函数为什么不能包含.h文件"main.c", line 1: fatal error: could not open source file "DSP2833x_Device.h"

#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
void main()
{

}