my mcu is STM32F730R8Txsensor: LSM9DS1use CubeMx gen code, with Makefile(under linux env)I use lsm9ds1_reg.c as sensor driver fetch raw data, and it worked fine.then, do the following as MotionFX lib documents:MotionFX_initialize()MotionFX_getKnobs(&...
most of X-CUBE-MEMS1 lib said :"This library is intended to work with ST MEMS only."It is true? i'm use LSM9DS1 that not supported by X-CUBE_MEMS1.So, Can i Use X-CUBE_mems lib for this sensor(or even not ST sensor?)Thank you!
i'm a linux user, so i use cubeMX gen a code framework with project type: Makefilesnow, i try to use x-mems lib, the makefile is miss a ":" that lead "make" command error.after add the colon, seems goodFYI
Hi EleonThank you!I just try other lib: MotionEC.Almost same problem, compile ok, MotionEC_Initialize ok, get MotionEC_GetLibVersion get expected return value.But once call MotionEC_Run, mcu enter HardFault routine....====