How do I activate the FPU on F411?
I am using the F411 by CUBE IDE.
I enable the CUBE's library of DSP and it was accomplished naive. Even after I inserted <include "arm_math.h"> the BUILD worked perfectly. But, after I copied one arm_FIR_filter_example from GITHUB, the compilation chashed showing that "I am using PFU instruction on a CPU without FPU". But this CPU HAS FPU and it seems enabled as the post: https://community.st.com/s/question/0D53W000013p53cSAA/how-to-use-fpu-in-stm32f407
Please, do someone knows what should I add to this environment in order to build perfectly?
The path & symbols: ARM_MATH_CM4 (from properties)
MCU GCC Assembler:-mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16
It seems correctly configured by CUBE itself, but the BUILD does not finish sucsessfully.
Regards.