对于导入DSP的程序是不是一定要包含许多的库文件、头文件还有其他一系列的文件?单独编写一个使用的主程序是不可行的,对吗?
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.
对于导入DSP的程序是不是一定要包含许多的库文件、头文件还有其他一系列的文件?单独编写一个使用的主程序是不可行的,对吗?
我看了板子给的DEMO里面都有Debug、include、lib、source文件夹,里面有一系列的文件啊
Ren Siyang,
那是因为demo调用了一些现有的库函数啊。