How to import CMSIS DSP library without using CubeMX?
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