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?
解決済! 解決策の投稿を見る。
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.
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.
Hi Xaiodong,
That was very helpful!
Thank you.