Question about STM32 FPUs and FREERTOS
Do the STM32 MCUs that have a floating point unit use it automatically or does it only use it once you have enabled it in the FREERTOS configuration?
Say on a STM32H743 which has a double precision FPU, if I have a floating point calculation in my code will it automatically use the FPU to do the calculation.
The reason I'm asking this is because I am currently looking at freertos and it has an option called ENABLE_FPU, does this mean that I have to enable this to use the FPU at all even if I dont use freertos or does it just let freertos use the FPU and if so, if I am using freertos should I enable it.
Many thanks,
Conor Stewart
