Forum: System Workbench for STM32

Re: Enable FPU in System Workbench for STM32

Hi George,
than you for the tip.
I made some tests and I tried your solution, it works!
Anyway I’ve been reading the difference between:


[+]

https://wiki.debian.org/ArmHardFloatPort/VfpComparisonQuestion
so when possible hard flag should be used.
If the projct does not use external libraries, is possible to use “hard” flag, but the flag has to be enabled in: GCC compiler, GCC Linker and GCC Assrmbler.
To do so, go to project properties (Alt + Enter), choose C/C++ Build and then settings, then add flags:
http://s16.postimg.org/olvegtf05/Untitled.pngQuestion

Bye Filippo