Other Parts Discussed in Thread: BQ34Z100,
I just finished working on the bq34z100 and have started working on the bq76940.
I cannot find anything in the specification about the minimum time delay between a I2C Stop and I2C Start. In the bq34z100 there was a minimum of 66 us between the Stop and Start. My software ts taking about 10 or 10.5 microseconds between Stop and Start. Is that going to be a problem?
From what I understand, the bq34z100 has a watchdog timer and needed the 66 us to be able to reliably reset the watchdog timer.
Is there a similar watchdog timer in the bq76940 that I have to be concerned about?
If not can I just do a restart instead of a start and stop when reading the blocks of data? It is a little faster.