Why is the MCSDK not using floating point algorithms?
Since I'm still fairly new to the STM / Arm world, I wonder why, for example, the X-CUBE MCSDK does NOT use the floating point algorithm for devices that have a hardware floating point unit. Are there special things to watch out for when using floating point instructions in combination with interrupts (for motor control in this special case)?
The questions relate to writing floating point control algorithms for better understanding and "easier" writing of code on STM32 machines with floating point units. Hope someone can add some good notes on this. Many Thanks!