I am using LSM6DSOX sensor with STM32WB55CG microcontroller. I am using LSM6DSOX with SPI interface with INT1 enabled as Data ready interrupt and INT2 enabled as Activity detection interrupt. Accelerometer reading stops after a continuous time of reading.
It correctly reads expected values for about 4 hours and then goes to undetected state by SPI. Then IMU does not work even after I reset the microcontroller. IMU only works again after I power off and on the system again. What could be the reason an...