cancel
Showing results for 
Search instead for 
Did you mean: 

Double precision computation

GOdin.1
Associate

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?

2 REPLIES 2
AScha.3
Chief II

the compiler doing this for you - always.

if you use "double" variables.

If you feel a post has answered your question, please click "Accept as Solution".
S.Ma
Principal

STM32F76x has FPU HW 64 bit.