MotionFX Library ARM Cortex-M4F Hardware Floating Point
Hi,
I am attempting to port the MotionFX Library example to another processor. The project I am using as a reference is the DataLogFusion project for the STM32L476RG-Nucleo in the X-CUBE-MEMS1 V6.0.1. I am trying to compile it on another ARM Cortex M4F Processor and am getting the following error:
Output/Release/Exe/project.elf uses VFP register arguments, ./STM32_MotionFX_Library/Lib/MotionFX_CM4F_wc32_ot.a(motion_fx.o) does not
It seems as the MotionFX Library has been compiled using software floating points and does not utilise the FPU. Is this so it can also be used on the M4? Are there any available pre-compiled versions of the library using the FPU on the M4F?
