A 16-bit integrating ADC, commonly referred to as the coulomb counter (CC), provides measurements ofaccumulated charge across the current sense resistor. The integration period for this reading is 250 ms.The CC may be operated in one of two modes: ALWAYS ON and 1-SHOT.• In ALWAYS ON mode, the CC runs at 100%, gathering a fresh reading every 250 ms. The conclusionof each reading sets the CC_READY bit, which toggles the ALERT pin high to inform themicrocontroller that a new reading is available. To enable Always On mode, set [CC_EN] = 1.• In 1-SHOT mode, the CC performs a single 250-ms reading, and similarly sets the CC_READY bitwhen completed. This mode is intended for non-gauging usages, where the host simply desires tocheck the pack current.To enable a 1-SHOT reading, ensure [CC_EN] = 0 and set [CC_ONESHOT] = 1.The full scale range of the CC is ± 270 mV, with a max recommended input range of ± 200 mV, thusyielding an LSB of approximately 8.44 µV.The following equation shows how to convert the 16-bit CC reading into an analog voltage if no boardlevel calibration is performed:
A 16-bit integrating ADC, commonly referred to as the coulomb counter (CC), provides measurements of<br>accumulated charge across the current sense resistor. The integration period for this reading is 250 ms.<br>The CC may be operated in one of two modes: ALWAYS ON and 1-SHOT.<br>• In ALWAYS ON mode, the CC runs at 100%, gathering a fresh reading every 250 ms. The conclusion<br>of each reading sets the CC_READY bit, which toggles the ALERT pin high to inform the<br>microcontroller that a new reading is available. To enable Always On mode, set [CC_EN] = 1.<br>• In 1-SHOT mode, the CC performs a single 250-ms reading, and similarly sets the CC_READY bit<br>when completed. This mode is intended for non-gauging usages, where the host simply desires to<br>check the pack current.<br>To enable a 1-SHOT reading, ensure [CC_EN] = 0 and set [CC_ONESHOT] = 1.<br>The full scale range of the CC is ± 270 mV, with a max recommended input range of ± 200 mV, thus<br>yielding an LSB of approximately 8.44 µV.<br>The following equation shows how to convert the 16-bit CC reading into an analog voltage if no boardlevel calibration is performed:
正在翻译中..