DSP library (e.g., arm_rfft_fast_f32) not available in an H7 project
I'm using an STM32H747i-DISCO board with CubeIDE v1.13.2.
My first clue that the ARM DSP library wasn't loaded was when the #include "arm_math.h" file wasn't found. It is not in any of this project's folders. I did manually copy the file into the project and the compiler now sees it.
However, the ARM DSP functions can't be found. The include paths are correct - at least when compared to a different project where the ARM DSP functions are working properly. Also, I do not see anything in the IOC's Pinout & Configuration or Software Packs relating to DSP.
There are a lot of posts here that describe how to add the ARM DSP library to a given project, but depending on the vintage of the post and the version of CubeIDE, this procedure varies a lot.
For CubeIDE v1.13.2, what is the procedure for adding the ARM DSP library?
