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.

BQ40Z50-R1: Determining if the IC is in RELAX mode

Part Number: BQ40Z50-R1

Hi, 

I use a battery pack that incorporates a bq40z50-r1.

When the battery pack is left without charging or discharging, is the following procedure OK for checking whether the bq40z50-r1 is in RELAX mode?
Or is there a better way?

Assumption: DF's Gas Gauging: Current Threshold: Quit Current is the default value (10mA).

1. read 0x16 BatteryStatus() D6 DSG
2. read 0x0a Current()

3.

if (DSG==1 && Current() > -10mA)
{
    Battery is in RELAX mode
}