This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use double-precision FPU for cortex-M7 arm chip

Hi, I am using Stm32F767NIH6 arm chip for my project. I know that this cortex-M7 arm chip supports double precision FPU, but I cannot find it from the panel, options->Target.

I have read similar posts as listed below, but I still don't know how to manually enable double precision FPU in my keil project.
http://www.keil.com/support/docs/3716.htm
http://www.keil.com/forum/61439/

Could someone tell me the specific steps to manually enable double precision FPU in Keil V5.20?
Thank you.

Parents
  • Keil 5.20, Pack Keil.STM32F7xx_DFP.2.7.0, Device STM32F767NIHx
    Target, Floating Point Hardware, Use Double Precision

    Installed Software, Downloaded Pack, modified project with new device, confirmed FPU setting, and bingo. Not remotely complicated, and like the description of how to do it in the first cite.

Reply
  • Keil 5.20, Pack Keil.STM32F7xx_DFP.2.7.0, Device STM32F767NIHx
    Target, Floating Point Hardware, Use Double Precision

    Installed Software, Downloaded Pack, modified project with new device, confirmed FPU setting, and bingo. Not remotely complicated, and like the description of how to do it in the first cite.

Children