Question
HardDefault when using DSP arm filter
- November 19, 2024
- 2 replies
- 2154 views
Hi, I try to use arm_fir_f32 from CMSIS-DSP to bandpass my signal. But the program always run into the hard fault handler.
I wonder if that could be i didn't correctly import the CMSIS-DSP library. I followed the instruction from https://community.st.com/t5/stm32-mcus/how-to-integrate-cmsis-dsp-libraries-on-a-stm32-project/ta-p/666790. But in the last step, there were so many multi definition, i commented so much more lines to make compliation work. But now the program kept run into hard fault, I wonder if this could be the problem from CMSIS-DSP.