MotionFX Magnetometer Calibration Save to NVM
Hi
I am trying to include the MotionFX library to my project, and having a little issue.
The functions "MotionFX_SaveMagCalInNVM" and "MotionFX_LoadMagCalFromNVM" are never called. I copied the functions declarations and empty implementation from the example "X-CUBE-MEMS1\8.3.0\Projects\STM32L476RG-Nucleo\Applications\IKS01A3\DataLogFusion".
Shouldn't they be called when using "MotionFX_MagCal_init(ALGO_PERIOD, 0);" and "MotionFX_MagCal_init(ALGO_PERIOD, 1);"?
For the moment what I am doing is that I added the "Motion_MC" to the project, and using this to calibrate the magnetometer (with this library, the NVM functions are called). Is there any downside to using the "Motion_MC" to calibrate the magnetometer instead of the one included in "Motion_FX"?
Thank You
