Loading...
 
Skip to main content

System Workbench for STM32


Re: uses VFP register arguments

France

Hi Dennis,

There is currently a limitation in the FPU support in the IDE; you should, in the library and application project, add "-mfpu=fpv4-sp-d16 -mfloat-abi=hard" in the Miscellaneous Settings of the C and C++ compilers.

In the next release, that should be available before the end of February, the proper FPU mode will be automatically selected whenever the targetted MCU has an FPU.

Bernard