If the Microcontroller (as i2c master) restart by watchdog, the proceeding i2c communication may stay in some uncertain sate.
For example, if BQ76925 (as i2c slave) is polling down the SDA line at this time, then when Microcontroller has restarted, it will find i2c bus busy.
So my question is, if BQ76925 will automatically recover from such i2c bus hang up situation? Like it has some timeout mechanism etc.?