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.

请各位帮帮忙 CCS5.3 一直报错:error #10234-D: unresolved symbols remain 不只是什么问题。

Other Parts Discussed in Thread: CONTROLSUITE

#include"DSP28x_Project.h"
void main(void) {
GpioCtrlRegs.GPAMUX2.bit.GPIO16 = 0;
GpioCtrlRegs.GPAMUX2.bit.GPIO27 = 0;
GpioCtrlRegs.GPADIR.bit.GPIO16 = 1;
GpioCtrlRegs.GPADIR.bit.GPIO17 = 1;
GpioDataRegs.GPADAT.bit.GPIO16 = 0;
GpioDataRegs.GPADAT.bit.GPIO17 = 1;


}

头文件也加了,就是不知道怎么回事,总是报error #10234-D: unresolved symbols remain 的错误。烦请大家帮帮忙,在此先谢过了。