how to use ne10 on vybrid with mqx

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to use ne10 on vybrid with mqx

Jump to solution
675 Views
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?

Labels (3)
0 Kudos
1 Solution
403 Views
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

View solution in original post

1 Reply
404 Views
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