Question
Question on Floating Point operations
I've heard that floating point operations are very time consuming. However, I've seen that many STM32 include a floating point unit. I'm using a L432KC Nucleo. How does it exactly work? As far as I know, L432KC includes this unit which supports hardware floating point operations. I'm programming using CubeMx and SW4STM32 IDE. When I declare float and double precision variables, am I automatically perfoming this with the FPU?
