hi everybody
I have BQ76930EVM and I connected to the IC trough I2C and i am getting the cell voltages very well.
the problem happens during reading current. the only registers that are contributed to current are CC_HI(0x32) and CC_LO(0x33) which are Coulomb counting value.
how can I convert this value to Pack charging or discharging current ??
there is a formula in the datasheet that mentions this: CC Reading (in µV) = [16-bit 2’s Complement Value] × (8.44 µV/LSB)
but it does not seem to work for my purpose.
thanks in advance
M.A.