Hello bro, MCU entry hardfault when I called the fuction of MotionFX_CM0P_initialize(), the sensor is LSM6DS3, the algorithm I am using is motionFX Library. The stack did not overflow. Do you have any good idea for this problem ? thanks!
Sorry for the late reply, what should I do if I want to use the FX library on the another CM0+ MCU?I can now work with the LSM6DS3's data to calculate the pitch and yaw angles, but the deviation fluctuates a lot, so I would like to use ST official ...
Hi Eleon, thank you for your reply, maybe it is related to the MCU, I found that the hardware CRC initialization needs to be called before calling the library initialization, otherwise the F103 OR F429 will crash. May I ask whether this sensor algo...