User Activity

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 n...
Hi Experts,I have used a SM32L412 series EVK (Master) and thought of interfacing it with ICM-42688P sensor(Slave) using SPI interface.As per ICM-42688 4 wire SPI timing diagram and spec, we conclude that it will work on Motorola NSSmode with (Clock p...
I have a custom setup which contains a microcontroller STM32L412RB and a ICM-42688 P.I tried to communicate with the ICM-42688 P via SPI (4-wire, tried both 1MHz and 100kHz) using the command 0x75 to READ the WHO_AM_I register (thanks for implementin...