Unable to initialize X-CUBE-MEMS1 libraries
I'm using a NUCLEO-L476RG with a STEVAL-MKI197V1, connected in SPI mode without any expansion board. My setup works: I successfully used the LSM6DSOX low-level driver to read sensor data.
But my attempts to use the high level libraries, such as MotionAC and MotionGC, have failed:
- MotionAC_Initialize() and MotionGC_Initialize() always hang with a hard fault interrupt, and
- MotionAC_GetLibVersion() and MotionGC_GetLibVersion() always return zero.
I think I've followed the setup instructions, including adding the CRC module, but obviously there's something I'm doing wrong. Any idea?
