This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to enable the floating point unit in the IAR Workbench

I work with the IAR Workbench and the nRF52 and would like to enable the floating point unit. After installation of the MDK-8.1.0 and the check of the nrf52832_xxaa.i79 file

//Does the chip have an FPU coprocessor? //(VFPv1,VFPv2,VFP9-S,None(default) fpu=VFPv4_SP

[CORE] //Name of the ARM processor core name=Cortex-M4

the compiler switch -fpu is always set to None and ARMVFP is also by undefined.

Related