两种方式调用DSPLIB库
1、linker file search path中添加.ae66库文件后,调用相应函数
2、将函数的.c .h添加到工程编译后调用函数
这两种DSPLIB库调用函数都能正确得出结果,但相同函数不同调用方式在运行时间上相差很大(软件仿真和下板调试都验证过),不知道是什么原因?
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.
两种方式调用DSPLIB库
1、linker file search path中添加.ae66库文件后,调用相应函数
2、将函数的.c .h添加到工程编译后调用函数
这两种DSPLIB库调用函数都能正确得出结果,但相同函数不同调用方式在运行时间上相差很大(软件仿真和下板调试都验证过),不知道是什么原因?