how to use ne10 on vybrid with mqx

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to use ne10 on vybrid with mqx

ソリューションへジャンプ
1,373件の閲覧回数
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 解決策
1,101件の閲覧回数
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 返信
1,102件の閲覧回数
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