Skip to main content
ksale.1
Senior II
June 3, 2022
Solved

Hi, Can I enable double precision in STM32f769IIT pinout and configuration. IS declaring double variable automatically invokes double precision. Thank you

  • June 3, 2022
  • 1 reply
  • 1435 views

..

This topic has been closed for replies.
Best answer by Pavel A.

> IS declaring double variable automatically invokes double precision

No it does not. The type of FP is selected in project options.

CubeIDE may automatically pick the double for STM32F7, but better check.

1 reply

Pavel A.
Pavel A.Best answer
June 5, 2022

> IS declaring double variable automatically invokes double precision

No it does not. The type of FP is selected in project options.

CubeIDE may automatically pick the double for STM32F7, but better check.