Unable to get the proper device_id for LSM6DSV via SPI using STM32L412RB
I have a custom setup which contains a microcontroller STM32L412RB and a LSM6DSV.I tried READ the WHO_AM_I register (thanks for implementing that) using the driver LSM6DSV(https://github.com/STMicroelectronics/lsm6dsv-pid).Yet, I get back a 0x0 and not desired value. I need to observe the signals in oscilloscope, that transmission is happening properly.
I also need to get the data from Accelerometer and Gyroscope registers.
Can anyone help me through this..?
