Adding the CMSIS-DSP library

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

Adding the CMSIS-DSP library

跳至解决方案
2,680 次查看
randenewberry
Contributor IV

I am trying to add the CMSIS-DSP library to my MK20DE128VLH5 project. I've looked at the  Tutorial: "Using the ARM CMSIS Library | MCU on Eclipse" but there he is adding it to a library project. I don't have this, I just want to add libarm_cortexM4l_math.a to my project and be able to access it's functions. Can anyone tell how I use this library directly in my project?

标签 (1)
0 项奖励
1 解答
1,127 次查看
xiaodong_zhang
NXP Employee
NXP Employee

Hi Newberry,

     Is your MK20DE128VLH5 project based on CodeWarrior IDE? If yes, please add libarm_cortexM4l_math.a into you project and set Library search path. The following is my example.

pastedImage_0.png 

在原帖中查看解决方案

0 项奖励
2 回复数
1,128 次查看
xiaodong_zhang
NXP Employee
NXP Employee

Hi Newberry,

     Is your MK20DE128VLH5 project based on CodeWarrior IDE? If yes, please add libarm_cortexM4l_math.a into you project and set Library search path. The following is my example.

pastedImage_0.png 

0 项奖励
1,127 次查看
randenewberry
Contributor IV

Hi Xaiodong,

That was very helpful!

Thank you.

0 项奖励