2021-05-19 02:07 AM
If Hang up I2C interface of the LIS2DH, How can i reset the device except VDD OFF/ON operation?
I am considering to send 9-clocks to the SCL of the LIS2DH.
Solved! Go to Solution.
2021-05-19 05:02 AM
> I am considering to send 9-clocks to the SCL of the LIS2DH.
Yes, something like this.
Reconfigure both I2C pins as GPIO, and output clock pulses until the slave releases SDA.
This might be 9, or less.
If such hang-ups happen often, you might have an EMI issue.
2021-05-19 05:02 AM
> I am considering to send 9-clocks to the SCL of the LIS2DH.
Yes, something like this.
Reconfigure both I2C pins as GPIO, and output clock pulses until the slave releases SDA.
This might be 9, or less.
If such hang-ups happen often, you might have an EMI issue.