STM32H7 & CubeMX - arm_math.h
Hi everyone,
I'm trying to use my Nucleo-144 with the STM32H7 processor on CubeMX and Atollic TrueStudio and I'm getting the problem of arm_math.h and other DSP files not beeing copied to the project folder.
I tried with some boards with STM32F4 and STM32F1 that I got here and they work OK just after generating the project files with CubeMX, but the H7, doesn't.
I checked the Build Configs and both FPU and hardware implementation are enabled, tried to manually link to the folder, tried a new install of the CubeMX and Atollic in other computer and in none of my tries I succeeded.
Is this a know bug? How can I make this work?
#arm_math #stm32h7 #bug