Hi,
Does I2C works in deepsleep mode? if not how to check whether device is in deep sleep or not ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Does I2C works in deepsleep mode? if not how to check whether device is in deep sleep or not ?
Hello Syed,
Yes, I2C works during DEEPSLEEP mode. However, no measurements are taken in DEEPSLEEP mode. For a more detailed description of DEEPSLEEP, you can read Section 7.4 of the BQ76952 Technical Reference Manual.
Best Regards,
Luis Hernandez Salomon
Hi thanks for your response.
Does control status command (0x00) [DEEPSLEEP] bit sets to 1 during deepsleep mode?
can we able to read the control status command by 12C during deepsleep?
Hello Syed,
Bit 2 in the control status register would be set when the device is in DEEPSLEEP (See Section 12.2.1 of the TRM), you should be able to read this with I2C.
Best Regards,
Luis Hernandez Salomon