Skip to main content
Visitor II
December 10, 2018
Solved

MCU gets stuck at MotionAW_Initialize

  • December 10, 2018
  • 2 replies
  • 1082 views

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?

    This topic has been closed for replies.
    Best answer by Miroslav BATEK

    CRC is needed only during initialization.

    2 replies

    Visitor II
    December 10, 2018

    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?

    ST Employee
    December 10, 2018

    CRC is needed only during initialization.