2018-12-10 12:52 AM
Hi,
I try to test the MotionAW algorithm, but the MCU gets stuck at MotionAW_Initialize()
I use STM32L476QE, with IAR version 8.22 (DSP is enabled in the project settings as well as FPU).
I added MotionAW200_CM4F_IAR8_ot.a and motion_aw.h to the project.
I use LSM6DS3 but never got to the point where I get data from it, stuck on initialization.
Any ideas?
Solved! Go to Solution.
2018-12-10 02:17 AM
CRC is needed only during initialization.
2018-12-10 01:01 AM
Found that CRC module must be enabled.
Does anyone know if the CRC must be enabled only for initialization or also for the rest of the library functions?
2018-12-10 02:17 AM
CRC is needed only during initialization.