Hello,
I want to use FFT on vybrid with MQX.Then Compiler is ds-5.
I have notice the ne10 is for Android and Linux.
How can I use the ne10 on my project?
Is there some other DSP library I can use?
已解决! 转到解答。
Hi,
If the ne10 library is developed for Linux you won't be able to use it in MQX.
You can use CMSIS for the Cortex-M4 which can be added to MQX and DS-5.
http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.p...
You can find a very good explanatio about how to add it in your project here:
http://mcuoneclipse.com/2013/02/14/tutorial-using-the-arm-cmsis-library/
The steps are very similar in DS-5 for the Cortex-M4.
Best Regards,
Alejandro
在原帖中查看解决方案