how to use ne10 on vybrid with mqx

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to use ne10 on vybrid with mqx

跳至解决方案
863 次查看
will_peng
Contributor I

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?

标签 (3)
0 项奖励
回复
1 解答
591 次查看
alejandrolozan1
NXP Employee
NXP Employee

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

在原帖中查看解决方案

1 回复
592 次查看
alejandrolozan1
NXP Employee
NXP Employee

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