Using CMSIS-DSP with MCUXpresso SDK and IDE

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

Using CMSIS-DSP with MCUXpresso SDK and IDE

跳至解决方案
2,852 次查看
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.

标签 (1)
1 解答
2,498 次查看
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

在原帖中查看解决方案

2 回复数
2,499 次查看
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

2,498 次查看
gustavsl
Contributor III

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

I guess I was messing up the include paths before.