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.

F28335-程序编译



我在程序初始化中调用了InitECanbGpio();我已经添加了DSP2833x_ECan.c

但是problem中显示,如图中第一个警告,请问:

疑问1:这是什么问题

疑问2:当我在前面加了extern InitECanbGpio();,就不会再有这样的警告。请问加完external后,程序中的 InitECanbGpio();是不是DSP2833x_ECan.c中的定义?谢谢.