2024-06-26 02:38 PM - last edited on 2024-07-10 05:32 AM by Federica Bossi
I have a custom board with LSM6DSV16XTR connected to SPI2. The configuration was created by CubeMX 6.11.1 and now used in CubeIDE 1.15.1 Now, I am wondering how to use the functions in lsm6dsv16x.c ? Do I have to initialize an object of type LSM6DSV16X_Object_t before calling LSM6DSV16X_Init( LSM6DSV16X_Object_t* ) ? Shall LSM6DSV16X_RegisterBusIO() be called before and if so, what are the correct parameters? Any hints are welcome.