stm32h7b3i-dk : How to add arm_math / dsp to touchgfx application
Hi,
I was able to successfully use arm_math.h in stm32cubeIDE and I did the same for the touchgfx application generated cubeIDE project.
But when I tried compiling the same with touchgfx , it was showing an error "arm_math.h" not found however , building the stm32cubeIDE project generated by touchgfx builds fine.
I am totally lost how to integrate DSP library to touchgfx so it can flash along with UI
