How can ı use the FPU (Floating Point Unit) in STM32F407?
Hİ. I have been working on motor control applications. There are PID, FOC and SVPWM blocks that have contain functions like sin(), cos(), clarke(), park() etc. I used CMSIS DSP library called "arm_mat.h". My microprocessor is STM32F407 M4. I can control the motor but i want to reduce my execution times. I use STM32CubeIDE. How can ı enable fpu of STM32F407? Maybe it enable but i dont know how can i view fpu enable or disable in STM32CubeIDE?