Question
MotionFX_initialize() hangs
I've added motionFX to my project, which is an STM32F446, and i2c attached LSM6DSOX.
I can read/write to the IMU using traditional methods (I2c) but I wanted to utilize the motionFX library, and when I initialize, the debugger hangs at the initialize function.
I did read that CRC needed to be enabled, so I went back into the CubeMX project and enabled CRC. But alas, still hangs.
