I have a function that does some heavy floating point math (calibrating solenoids to a nice midi velocity response).
It works, but is slow. The STM32 does seem to have an FPU. Is it enabled in MIOS32? If not, how can i enable it in my application and make the compiler use it? Thanks!