cancel
Showing results for 
Search instead for 
Did you mean: 

How to import CMSIS DSP library without using CubeMX?

Ajudi.1
Associate II

Hello everyone.

I'm trying to use some functions available in the CMSIS DSP Library.

First I tried to add the library through CubeMX->Additional Software, but found a known bug reported here. According to this link, this bug should be fixed for the next cubeMX release, due for this week.

Since I really can't wait for this bug to be fixed, I tried to manually copy use the source and header files provided in the Firmware package for my MCU (STM32F4 in this case).

Therefore, I was wondering if someone faced this problem and was able to succeed at adding these libraries without cubeMX

Best Regards

3 REPLIES 3

Hello Ajudi.1,

The newly published pack ARM.CMSIS.5.7.0 is not compatible with CubeMX v5.6.1 and this will be fixed in the next version that will be available by the beginning of next week (sorry for delay). There is no problem with older CMSIS DSP versions (5.6.0 for example), you can import it using CubeMX.

BR,

Khouloud.

I'll Try using version 5.6.0, thank you!

>>Therefore, I was wondering if someone faced this problem and was able to succeed at adding these libraries without cubeMX

Sure, they are just source and include files, with perhaps a command line define.

I've built entire DSP library without even looking at CubeMX

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..