在CCS9.2环境下,针对28377D的芯片应用中,在头文件.h中比如extern int x(在对应的.c中没有明确定义);是否表示申明和定义都执行了,只是这样的处理变量初始值是否只能在ParaInit()中执行?
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.
在CCS9.2环境下,针对28377D的芯片应用中,在头文件.h中比如extern int x(在对应的.c中没有明确定义);是否表示申明和定义都执行了,只是这样的处理变量初始值是否只能在ParaInit()中执行?