Skip to main content
Ajudi.1
Associate
July 22, 2020
Question

How to import CMSIS DSP library without using CubeMX?

  • July 22, 2020
  • 2 replies
  • 1412 views

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

This topic has been closed for replies.

2 replies

Khouloud OTHMAN
Associate
July 23, 2020

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.

Ajudi.1
Ajudi.1Author
Associate
July 23, 2020

I'll Try using version 5.6.0, thank you!

Tesla DeLorean
Guru
July 23, 2020

>>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 VenmoUp vote any posts that you find helpful, it shows what's working..