Re: Enable FPU in System Workbench for STM32
Hi Filippo,
I had this problem a while back using codesourcery, the flags that need to be enabled are
-mfpu=fpv4-sp-d16 -mfloat-abi=softfp
There was also an issue with the toolchain, I ended up switching it to the launchpad gnu arm toolchain with much success. I don't know if this is even an issue with this toolchain since I have not tested it. If I get a chance I will create a project and try it out.
Thanks,
George