Using CMSIS-DSP with MCUXpresso SDK and IDE

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

Using CMSIS-DSP with MCUXpresso SDK and IDE

Jump to solution
1,768 Views
gustavsl
Contributor III

I have downloaded MCUXpresso SDK 2.2 with CMSIS-DSP to develop for the MKL25Z128 on a custom board.

Using MCUXpresso IDE, I can't figure out how to use the bundled CMSIS-DSP. I tried following the instructions for adding CMSIS-DSP to KDS, but the CMSIS-DSP libraries fails to compile at some point.

Any tips?

Thanks.

Labels (1)
1 Solution
1,414 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Gustavo,

Which error do you get while compiling? Please take a look to the following document for more information:

https://community.nxp.com/docs/DOC-335465 

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer

View solution in original post

2 Replies
1,415 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Gustavo,

Which error do you get while compiling? Please take a look to the following document for more information:

https://community.nxp.com/docs/DOC-335465 

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer

1,414 Views
gustavsl
Contributor III

Thank you for the guide! It's working now. :smileyhappy:

I guess I was messing up the include paths before.