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.

c6424程序运行问题



大家好:我现在遇到一个问题就是我在1.c中定义了一个函数fun1,然后在2.c中来调用这个函数func1(该函数已经声明)然后下载到flash中发现程序不能运行。但如果我把函数func1的定义放在调用它的2.c中定义,下载到FLASH中就可以正常运行,请问这是怎么回事呢,谢谢。