Enabling Double Precision Instructions on Cortex M7

Sysprogs forums Forums VisualGDB Enabling Double Precision Instructions on Cortex M7

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13080
    Seidleroni
    Participant

    I am using a STM32F767ZI and I wanted to know how to enable double-precision floating point calculations in my project. I suspect this is not enabled by default, even when when hardware floating point is selected. Is there an easy way to do this?

    #13081
    support
    Keymaster

    Hi,

    Please try setting the VS Project Properties -> ARM Settings -> Floating-point unit type.

    You can read more about various FPU options supported by GCC here: https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.