2022-11-02 01:31 AM
I'm using STM32F446xx 32-bit MCU, but I want to do computation using double precision. Is it possible to perform double computation precision using given MCU? And if so, how can I make sure that double computation is performed?
2022-11-02 02:00 AM
the compiler doing this for you - always.
if you use "double" variables.
2022-11-02 04:48 AM
STM32F76x has FPU HW 64 bit.