Adding the CMSIS-DSP library

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

Adding the CMSIS-DSP library

Jump to solution
2,669 Views
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?

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

View solution in original post

0 Kudos
2 Replies
1,117 Views
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 Kudos
1,116 Views
randenewberry
Contributor IV

Hi Xaiodong,

That was very helpful!

Thank you.

0 Kudos