Adding the CMSIS-DSP library

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Adding the CMSIS-DSP library

ソリューションへジャンプ
2,767件の閲覧回数
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,214件の閲覧回数
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,215件の閲覧回数
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,214件の閲覧回数
randenewberry
Contributor IV

Hi Xaiodong,

That was very helpful!

Thank you.

0 件の賞賛