CMSIS DSP and STM32CubeIDE
I hope you are doing well,
So I've got a problem which its driving me crazy. I am trying to implement FIR filters in my stm32cubeide proyect by using CMSIS-DSP library, but I gess I am not importing the lib correctly or something, because everytime I call the func 'arm_fir_init_f32' it just throws an undefined reference error. I have already followed all the tutorials that I found on youtube to integrate the library in this IDE. I have also tried to just manually copy arm_mat.h and reference the file on top of my main, but that didn't solve the problem.
I have the lastest version of both the IDE and the library, downloaded by the software packs in the .ioc file.
If someone knows what could be the cause, please let me know. Thanks in advance.