Unable to communicate with ICM-42688 P via SPI using STM32L412RB
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 implementing that!). Yet, I get back a 0x0 and not a 0x47. I then observed the signals in oscilloscope, transmission is happening properly but I'm not receiving any data from the IMU sensor.
I also need to get the data from Accelerometer and Gyroscope registers.
Can anyone help me through this..?
