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.

bq24735 and the bq40Z50 for Lithium Ion battery Management

Other Parts Discussed in Thread: BQ40Z50, BQ24735, BQ24725

Hi,

I wish to use the bq24735 and the bq40Z50 for a 4 cell Lithium Ion battery system. I have ordered both EVMs. I wish to clarify

  1. If I can hang both the bq40zEVM and bq24735 EVM  off the battery pack and they basically work independently. Is this correct?
  2. If  the power to the system is routed via the bq24735 board and that if undervoltage occurs the bq24735 will disconnect the load. Is this correct? 

Thanks

  • You can connect both devices to the SMBus, because they use different addresses. I think that the UVLO feature on the charger is different that what would would want to use to control the load. It shuts down the charger if the voltage goes too low, but the threshold is lower than your would want to use with a 4S application. 

  • I have a question on the same topic.

    It appears as if both the bq24735 charger and the bq40Z50 both connect directly to the PACK+ and PACK-.  Yet both boards are independent. Does the bq40Z50 know when the charger is applying current to the PACK+ and PACK- and behave accordingly? (ie safely). Is this the normal relationship you would use to charge a PACK using the bq24735 and the bq40Z50 ?

    Thanks

  • The only interaction between these devices is that the bq40z50 can send broadcast commands to request a charging voltage and current from the charger. It will also send charging fault and flag data, as necessary. If the charger and load are enabled, then current will flow from the charger to the load and not through the bq40z50's sense resistor. The batteries can supply current that the charger does not provide and the gauge will sense this current. It would be better to disable the charger, if you do not want it to operate in this manner. 

  • Hello, 

    Background:

    I am charging a 4S battery pack configuration (1cell = 365 mAh) currently using the bq24735 evaluation board, bq24735evm. I've settled into these settings with some success:

    • Charge Option: 9800 for charging, 9801 for idle
    • Charge Current: 256 mA
    • Charge Voltage: 16208 mV
    • Input Current: 512 mA

    With these settings and no load on the evaluation board J2(SYS), supply V2 = OFF, and  supply V1 = Vin = 19.5 V, I've successfully charged the 4S depleted battery pack (~13.0 V) up to full charge (16.2 V) in less than three hours.

    The issue:

    SMBus communication ceases when I turn Vin OFF.  Turn Vin back ON and use EV2300 interface board and the software to Read the registers, bq24735 experiences a Power On Reset (POR) and restores the defaults for Charge Option, Charge Current, Charge Voltage, and Input Current.  I don't intend on using the EV2300 or a microcontroller to feed the registers every time I plug this battery pack in for a charge.  I would really like to Write my registers and have these setting hold after power cycling -- but it doesn't look like this chip can do it alone, no flash memory. If I can't hold these settings, what are my options to fill these registers after power cycle?

    Thomas mentioned above: "...bq40z50 can send broadcast commands (on Pack lines ?) to request charging voltage and current from the charger (bq24735 ?)".  A quick look at bq40z50 and its evaluation module tells me that it has flash memory capability.  Is there a guide on using the bq40z50 and bq24735 together? 

    Please advise. Thanks!

  • Philadelphia,

    I am not aware of an applications note that covers this subject, but the implementation is fairly simple. The bq40z50 will broadcast the ChargingCurrent and ChargingVoltage to the host and smart charger approximately every 10 seconds. This time can be delayed to up to 60 seconds if the device is busy with an operation. The BCAST bit needs to be set to enable the feature and the Package Error Checking configuration bits need to be set to what the host or charger use. The host and charger are usually set to SMBus address 10 and 12 and are just placed on the same bus. I did attach a document that offers some information on broadcast mode.

    Tom

    SMBus made simple_v6.pdf
  • Tom,

    It seems this requires a host to feed the values to the bq24735 after power up, every time you charge.  I am trying to do it without a microcontroller... here's a test I have conducted towards that goal:

    I am aware from the datasheet that in order to keep the SMBus alive you need two conditions: 

    1) Vvcc > UVLO

    2) Vacdet > 0.6 V

    I have hard-wired my circuit such that these conditions are met.  The SMBus stays alive and my register values remain in the bq24735. However, I am seeing a very high Leak Current from the battery while the external power adapter is not present.  I am measuring Leak Current approximately 2.5 mA with an ammeter in line with J2(BATT,GND).  I want this Leak Current in the ballpark of 10 uA while battery is not loaded or being charged.

    Can you think of any design alternatives without a microcontroller that will keep the custom charge values in the bq24735 while keeping the Leak Current low?  Should I instead be looking at some Stand Alone control interface modules (e.g. bq246xx family)?

    Thank you for the help!

  • Philadelphia,

    I will need to work with this on the bench and I will try to get back with you in a few days. 

    Tom

  • Hi Tom,

    Ive been working away on the combination of the BQ24735 and BQ40Z50.
    I am able to use a microprocessor to drive the SMB to set the current and voltage on the BQ24735 and I get charging and discharging etc. I am also able to read and interrogate the BQ40Z50 to get the RSOC, estimated capacity and just about every other parameter.


    What I cannot do is get the BQ50Z50 to broadcast Current and Voltage requests to the BQ24735 automatically.

    I have implemented your advice below to turn on the BCAST bit and set the PEC off for the BQ24735.

    when I look on a signal analyzer I see one broadcast message 0x12 0x14 0x00 0x00.

    Which would be send to the BQ24735 a request to set the charge current to zero...

    My configuration is 4 Cell 1300 pack connected to the BQ40Z50EVM. Cells are nominally 3.7V each.

    Is there a configuration file you could assist me with to get me further advanced?

    I have been pouring over the registers and bit settings and as far as I can tell they are set correctly but obviously they are not.

    Thanks
    Andrew
  • Andrew,
    I removed your duplicate post on the issue. I have tested using the bq40z50 with the bq24725, but I do not see a reason that it would not work with the bq24735. You should just have to setup the BCAST and charging configuration voltages and currents. Did the bq24735 send an ACK in response to the address command? Make sure that the SMBC and SMBD are connect to the proper pins on the charger EVM. I remember that they were swapped as compared to the SMBus connector pin out on the z50. Please attach a gg file from your device and I will review it.
    Tom
  • Tom,

    The SMBC and SMBD pins are connected correctly. I am able to talk to both devices via an EV2300 and they are on the same bus.(independently using the two bq software tools, not simultaneously) they appear to communicate fine.

    There doesn't appear to be a means of attaching a file so I have pasted the file here:


    * Texas Instruments Data Flash File
    * File created Thu Mar 26 09:19:56 2015
    *
    * Device Number 4500
    * Firmware Version 0.12
    * Build Number 24
    * Order Number 0
    *
    * bqz Device Number 4500
    * bqz Firmware Version 0.12
    * bqz Build Number 24
    *
    * Field Order: Class name, Subclass name, Parameter name, Parameter Value, Units
    Calibration,Voltage,Cell Gain,12047,-
    Calibration,Voltage,Pack Gain,49729,-
    Calibration,Voltage,BAT Gain,48981,-
    Calibration,Current,CC Gain,0.488,mOhm
    Calibration,Current,Capacity Gain,0.488,mOhm
    Calibration,Current Offset,CC Offset,0,-
    Calibration,Current Offset,Coulomb Counter Offset Samples,64,-
    Calibration,Current Offset,Board Offset,0,-
    Calibration,Current Offset,CC Auto Config,07,hex
    Calibration,Current Offset,CC Auto Offset,0,-
    Calibration,Temperature,Internal Temp Offset,0,degC
    Calibration,Temperature,External1 Temp Offset,0,degC
    Calibration,Temperature,External2 Temp Offset,0,degC
    Calibration,Temperature,External3 Temp Offset,0,degC
    Calibration,Temperature,External4 Temp Offset,0,degC
    Calibration,Internal Temp Model,Int Gain,-12143,-
    Calibration,Internal Temp Model,Int base offset,6232,-
    Calibration,Internal Temp Model,Int Minimum AD,0,-
    Calibration,Internal Temp Model,Int Maximum Temp,6232,0.1degK
    Calibration,Cell Temperature Model,Coeff a1,-11130,-
    Calibration,Cell Temperature Model,Coeff a2,19142,-
    Calibration,Cell Temperature Model,Coeff a3,-19262,-
    Calibration,Cell Temperature Model,Coeff a4,28203,-
    Calibration,Cell Temperature Model,Coeff a5,892,-
    Calibration,Cell Temperature Model,Coeff b1,328,-
    Calibration,Cell Temperature Model,Coeff b2,-605,-
    Calibration,Cell Temperature Model,Coeff b3,-2443,-
    Calibration,Cell Temperature Model,Coeff b4,4696,-
    Calibration,Cell Temperature Model,Rc0,11703,-
    Calibration,Cell Temperature Model,Adc0,11703,-
    Calibration,Cell Temperature Model,Rpad,0,-
    Calibration,Cell Temperature Model,Rint,0,-
    Calibration,Fet Temperature Model,Coeff a1,-11130,-
    Calibration,Fet Temperature Model,Coeff a2,19142,-
    Calibration,Fet Temperature Model,Coeff a3,-19262,-
    Calibration,Fet Temperature Model,Coeff a4,28203,-
    Calibration,Fet Temperature Model,Coeff a5,892,-
    Calibration,Fet Temperature Model,Coeff b1,328,-
    Calibration,Fet Temperature Model,Coeff b2,-605,-
    Calibration,Fet Temperature Model,Coeff b3,-2443,-
    Calibration,Fet Temperature Model,Coeff b4,4696,-
    Calibration,Fet Temperature Model,Rc0,11703,-
    Calibration,Fet Temperature Model,Adc0,11703,-
    Calibration,Fet Temperature Model,Rpad,0,-
    Calibration,Fet Temperature Model,Rint,0,-
    Calibration,Filter,Cell Voltage 1,145,-
    Calibration,Filter,Cell Voltage 2,145,-
    Calibration,Filter,Cell Voltage 3,145,-
    Calibration,Filter,Cell Voltage 4,145,-
    Calibration,Filter,Pack Voltage Out,10,-
    Calibration,Filter,Direct Battery Voltage,10,-
    Calibration,Filter,Summed Battery Voltage,145,-
    Calibration,Filter,Cell Temperature,145,-
    Calibration,Filter,FET Temperature,145,-
    Calibration,Current Deadband,Deadband,3,mA
    Calibration,Current Deadband,Coulomb Counter Deadband,9,116nV
    Settings,Protection,Protection Configuration,00,hex
    Settings,Protection,Enabled Protections A,ff,hex
    Settings,Protection,Enabled Protections B,7f,hex
    Settings,Protection,Enabled Protections C,fd,hex
    Settings,Protection,Enabled Protections D,0f,hex
    Settings,Permanent Failure,Enabled PF A,00,hex
    Settings,Permanent Failure,Enabled PF B,00,hex
    Settings,Permanent Failure,Enabled PF C,00,hex
    Settings,Permanent Failure,Enabled PF D,00,hex
    Settings,Configuration,Charging Configuration,00,hex
    Settings,Configuration,Temperature Enable,1e,hex
    Settings,Configuration,Temperature Mode,14,hex
    Settings,Configuration,DA Configuration,03,hex
    Settings,Configuration,FET Options,00,hex
    Settings,Configuration,Sbs Gauging Configuration,04,hex
    Settings,Configuration,Sbs Configuration,27,hex
    Settings,Configuration,Power Config,00,hex
    Settings,Configuration,IO Config,00,hex
    Settings,Configuration,LED Configuration,df,hex
    Settings,Configuration,SOC Flag Config A,0c8c,hex
    Settings,Configuration,SOC Flag Config B,8c,hex
    Settings,Configuration,Balancing Configuration,05,hex
    Settings,Configuration,IT Gauging Configuration,d4fe,hex
    Settings,AFE,AFE Protection Control,70,hex
    Settings,AFE,ZVCHG Exit Threshold,2200,mV
    Settings,Fuse,PF Fuse A,00,hex
    Settings,Fuse,PF Fuse B,00,hex
    Settings,Fuse,PF Fuse C,00,hex
    Settings,Fuse,PF Fuse D,00,hex
    Settings,Fuse,Min Blow Fuse Voltage,3500,mV
    Settings,Fuse,Fuse Blow Timeout,30,s
    Settings,BTP,Init Discharge Set,150,mAH
    Settings,BTP,Init Charge Set,175,mAH
    Settings,Manufacturing,Mfg Status init,0050,hex
    Protections,CUV,Threshold,2500,mV
    Protections,CUV,Delay,2,s
    Protections,CUV,Recovery,3000,mV
    Protections,CUVC,Threshold,2400,mV
    Protections,CUVC,Delay,2,s
    Protections,CUVC,Recovery,3000,mV
    Protections,COV,Threshold Low Temp,4300,mV
    Protections,COV,Threshold Standard Temp,4300,mV
    Protections,COV,Threshold High Temp,4300,mV
    Protections,COV,Threshold Rec Temp,4300,mV
    Protections,COV,Delay,2,s
    Protections,COV,Recovery Low Temp,3900,mV
    Protections,COV,Recovery Standard Temp,3900,mV
    Protections,COV,Recovery High Temp,3900,mV
    Protections,COV,Recovery Rec Temp,3900,mV
    Protections,OCC1,Threshold,6000,mA
    Protections,OCC1,Delay,6,s
    Protections,OCC2,Threshold,8000,mA
    Protections,OCC2,Delay,3,s
    Protections,OCC,Recovery Threshold,-200,mA
    Protections,OCC,Recovery Delay,5,s
    Protections,OCD1,Threshold,-6000,mA
    Protections,OCD1,Delay,6,s
    Protections,OCD2,Threshold,-8000,mA
    Protections,OCD2,Delay,3,s
    Protections,OCD,Recovery Threshold,200,mA
    Protections,OCD,Recovery Delay,5,s
    Protections,AOLD,Latch Limit,0,-
    Protections,AOLD,Counter Dec Delay,10,s
    Protections,AOLD,Recovery,5,s
    Protections,AOLD,Reset,15,s
    Protections,AOLD,Threshold,f4,hex
    Protections,ASCC,Latch Limit,0,-
    Protections,ASCC,Counter Dec Delay,10,s
    Protections,ASCC,Recovery,5,s
    Protections,ASCC,Reset,15,s
    Protections,ASCC,Threshold,77,hex
    Protections,ASCD,Latch Limit,0,-
    Protections,ASCD,Counter Dec Delay,10,s
    Protections,ASCD,Recovery,5,s
    Protections,ASCD,Reset,15,s
    Protections,ASCD,Threshold 1,77,hex
    Protections,ASCD,Threshold 2,e7,hex
    Protections,OTC,Threshold,55.0,1degC
    Protections,OTC,Delay,2,s
    Protections,OTC,Recovery,50.0,1degC
    Protections,OTD,Threshold,60.0,1degC
    Protections,OTD,Delay,2,s
    Protections,OTD,Recovery,55.0,1degC
    Protections,OTF,Threshold,80.0,1degC
    Protections,OTF,Delay,2,s
    Protections,OTF,Recovery,65.0,1degC
    Protections,UTC,Threshold,0,1degC
    Protections,UTC,Delay,2,s
    Protections,UTC,Recovery,5.0,1degC
    Protections,UTD,Threshold,0,1degC
    Protections,UTD,Delay,2,s
    Protections,UTD,Recovery,5.0,1degC
    Protections,HWD,Delay,10,s
    Protections,PTO,Charge Threshold,2000,mA
    Protections,PTO,Suspend Threshold,1800,mA
    Protections,PTO,Delay,1800,s
    Protections,PTO,Reset,2,mAh
    Protections,CTO,Charge Threshold,2500,mA
    Protections,CTO,Suspend Threshold,2000,mA
    Protections,CTO,Delay,54000,s
    Protections,CTO,Reset,2,mAh
    Protections,OC,Threshold,300,mAh
    Protections,OC,Recovery,2,mAh
    Protections,OC,RSOC Recovery,90,%
    Protections,CHGV,Threshold,500,mV
    Protections,CHGV,Delay,30,s
    Protections,CHGV,Recovery,-500,mV
    Protections,CHGC,Threshold,500,mA
    Protections,CHGC,Delay,2,s
    Protections,CHGC,Recovery Threshold,100,mA
    Protections,CHGC,Recovery Delay,2,s
    Protections,PCHGC,Threshold,50,mA
    Protections,PCHGC,Delay,2,s
    Protections,PCHGC,Recovery Threshold,10,mA
    Protections,PCHGC,Recovery Delay,2,s
    Permanent Fail,SUV,Threshold,2200,mV
    Permanent Fail,SUV,Delay,5,s
    Permanent Fail,SOV,Threshold,4500,mV
    Permanent Fail,SOV,Delay,5,s
    Permanent Fail,SOCC,Threshold,10000,mA
    Permanent Fail,SOCC,Delay,5,s
    Permanent Fail,SOCD,Threshold,-10000,mA
    Permanent Fail,SOCD,Delay,5,s
    Permanent Fail,SOT,Threshold,65.0,1degC
    Permanent Fail,SOT,Delay,5,s
    Permanent Fail,SOTF,Threshold,100.0,1degC
    Permanent Fail,SOTF,Delay,5,s
    Permanent Fail,Open Thermistor,Threshold,-50.0,1degC
    Permanent Fail,Open Thermistor,Delay,5,s
    Permanent Fail,Open Thermistor,Fet Delta,20.0,1degC
    Permanent Fail,Open Thermistor,Cell Delta,20.0,1degC
    Permanent Fail,QIM,Delta Threshold,15.0,%
    Permanent Fail,QIM,Delay,2,updates
    Permanent Fail,CB,Max Threshold,240,h
    Permanent Fail,CB,Delta Threshold,40,h
    Permanent Fail,CB,Delay,2,cycles
    Permanent Fail,VIMR,Check Voltage,3500,mV
    Permanent Fail,VIMR,Check Current,10,mA
    Permanent Fail,VIMR,Delta Threshold,500,mV
    Permanent Fail,VIMR,Delta Delay,5,s
    Permanent Fail,VIMR,Duration,100,s
    Permanent Fail,VIMA,Check Voltage,3700,mV
    Permanent Fail,VIMA,Check Current,50,mA
    Permanent Fail,VIMA,Delta Threshold,200,mV
    Permanent Fail,VIMA,Delay,5,s
    Permanent Fail,IMP,Delta Threshold,300,%
    Permanent Fail,IMP,Max Threshold,400,%
    Permanent Fail,IMP,Ra Update Counts,2,counts
    Permanent Fail,CD,Threshold,0,mAh
    Permanent Fail,CD,Delay,2,cycles
    Permanent Fail,CFET,OFF Threshold,5,mA
    Permanent Fail,CFET,OFF Delay,5,s
    Permanent Fail,DFET,OFF Threshold,-5,mA
    Permanent Fail,DFET,OFF Delay,5,s
    Permanent Fail,FUSE,Threshold,5,mA
    Permanent Fail,FUSE,Delay,5,s
    Permanent Fail,AFER,Threshold,100,-
    Permanent Fail,AFER,Delay Period,2,s
    Permanent Fail,AFER,Compare Period,5,s
    Permanent Fail,AFEC,Threshold,100,-
    Permanent Fail,AFEC,Delay Period,5,s
    Permanent Fail,2LVL,Delay,5,s
    Permanent Fail,OPNCELL,Threshold,5000,mV
    Permanent Fail,OPNCELL,Delay,5,s
    Advanced Charge Algorithm,Temperature Ranges,T1 Temp,0,degC
    Advanced Charge Algorithm,Temperature Ranges,T2 Temp,12,degC
    Advanced Charge Algorithm,Temperature Ranges,T5 Temp,20,degC
    Advanced Charge Algorithm,Temperature Ranges,T6 Temp,25,degC
    Advanced Charge Algorithm,Temperature Ranges,T3 Temp,40,degC
    Advanced Charge Algorithm,Temperature Ranges,T4 Temp,55,degC
    Advanced Charge Algorithm,Temperature Ranges,Hysteresis Temp,1,degC
    Advanced Charge Algorithm,Low Temp Charging,Voltage,4000,mV
    Advanced Charge Algorithm,Low Temp Charging,Current Low,132,mA
    Advanced Charge Algorithm,Low Temp Charging,Current Med,352,mA
    Advanced Charge Algorithm,Low Temp Charging,Current High,264,mA
    Advanced Charge Algorithm,Standard Temp Charging,Voltage,4200,mV
    Advanced Charge Algorithm,Standard Temp Charging,Current Low,1980,mA
    Advanced Charge Algorithm,Standard Temp Charging,Current Med,4004,mA
    Advanced Charge Algorithm,Standard Temp Charging,Current High,2992,mA
    Advanced Charge Algorithm,High Temp Charging,Voltage,4000,mV
    Advanced Charge Algorithm,High Temp Charging,Current Low,1012,mA
    Advanced Charge Algorithm,High Temp Charging,Current Med,1980,mA
    Advanced Charge Algorithm,High Temp Charging,Current High,1496,mA
    Advanced Charge Algorithm,Rec Temp Charging,Voltage,4100,mV
    Advanced Charge Algorithm,Rec Temp Charging,Current Low,2508,mA
    Advanced Charge Algorithm,Rec Temp Charging,Current Med,4488,mA
    Advanced Charge Algorithm,Rec Temp Charging,Current High,3520,mA
    Advanced Charge Algorithm,Pre-Charging,Current,88,mA
    Advanced Charge Algorithm,Maintenance Charging,Current,44,mA
    Advanced Charge Algorithm,Voltage Range,Precharge Start Voltage,2500,mV
    Advanced Charge Algorithm,Voltage Range,Charging Voltage Low,2900,mV
    Advanced Charge Algorithm,Voltage Range,Charging Voltage Med,3800,mV
    Advanced Charge Algorithm,Voltage Range,Charging Voltage High,4000,mV
    Advanced Charge Algorithm,Voltage Range,Charging Voltage Hysteresis,0,mV
    Advanced Charge Algorithm,Termination Config,Charge Term Taper Current,250,mA
    Advanced Charge Algorithm,Termination Config,Charge Term Voltage,75,mV
    Advanced Charge Algorithm,Charging Rate of Change,Current Rate,1,steps
    Advanced Charge Algorithm,Charging Rate of Change,Voltage Rate,1,steps
    Advanced Charge Algorithm,Charge Loss Compensation,CCC Current Threshold,3520,mA
    Advanced Charge Algorithm,Charge Loss Compensation,CCC Voltage Threshold,4200,mV
    Advanced Charge Algorithm,Cell Balancing Config,Bal Time/mAh Cell 1,367,s/mAh
    Advanced Charge Algorithm,Cell Balancing Config,Bal Time/mAh Cell 2-4,514,s/mAh
    Advanced Charge Algorithm,Cell Balancing Config,Min Start Balance Delta,3,mV
    Advanced Charge Algorithm,Cell Balancing Config,Relax Balance Interval,18000,s
    Advanced Charge Algorithm,Cell Balancing Config,Min Rsoc for Balancing,80,%
    Gas Gauging,Current Thresholds,Dsg Current Threshold,100,mA
    Gas Gauging,Current Thresholds,Chg Current Threshold,50,mA
    Gas Gauging,Current Thresholds,Quit Current,10,mA
    Gas Gauging,Current Thresholds,Dsg Relax Time,1,s
    Gas Gauging,Current Thresholds,Chg Relax Time,60,s
    Gas Gauging,Design,Design Capacity mAh,1300,mAh
    Gas Gauging,Design,Design Capacity cWh,6336,cWh
    Gas Gauging,Design,Design Voltage,16800,mV
    Gas Gauging,Cycle,Cycle Count Percentage,90,%
    Gas Gauging,FD,Set Voltage Threshold,3000,mV
    Gas Gauging,FD,Clear Voltage Threshold,3100,mV
    Gas Gauging,FD,Set % RSOC Threshold,0,%
    Gas Gauging,FD,Clear % RSOC Threshold,5,%
    Gas Gauging,FC,Set Voltage Threshold,4200,mV
    Gas Gauging,FC,Clear Voltage Threshold,4100,mV
    Gas Gauging,FC,Set % RSOC Threshold,100,%
    Gas Gauging,FC,Clear % RSOC Threshold,95,%
    Gas Gauging,TD,Set Voltage Threshold,3450,mV
    Gas Gauging,TD,Clear Voltage Threshold,3500,mV
    Gas Gauging,TD,Set % RSOC Threshold,31,%
    Gas Gauging,TD,Clear % RSOC Treshold,32,%
    Gas Gauging,TC,Set Voltage Threshold,4200,mV
    Gas Gauging,TC,Clear Voltage Threshold,4100,mV
    Gas Gauging,TC,Set % RSOC Threshold,100,%
    Gas Gauging,TC,Clear % RSOC Threshold,95,%
    Gas Gauging,State,Cycle Count,2,-
    Gas Gauging,State,Qmax Cell 1,1300,mAh
    Gas Gauging,State,Qmax Cell 2,1300,mAh
    Gas Gauging,State,Qmax Cell 3,1300,mAh
    Gas Gauging,State,Qmax Cell 4,1300,mAh
    Gas Gauging,State,Qmax Pack,4400,mAh
    Gas Gauging,State,Qmax Cycle Count,0,-
    Gas Gauging,State,Update Status,00,-
    Gas Gauging,State,Cell 1 Chg Voltage at EoC,4200,mV
    Gas Gauging,State,Cell 2 Chg Voltage at EoC,4200,mV
    Gas Gauging,State,Cell 3 Chg Voltage at EoC,4200,mV
    Gas Gauging,State,Cell 4 Chg Voltage at EoC,4200,mV
    Gas Gauging,State,Current at EoC,250,mA
    Gas Gauging,State,Avg I Last Run,-2000,mA
    Gas Gauging,State,Avg P Last Run,-3022,cW
    Gas Gauging,State,Delta Voltage,0,mV
    Gas Gauging,State,Temp k,1.00,degC/256mW
    Gas Gauging,State,Temp a,1000,-
    Gas Gauging,State,Max Avg I Last Run,-2000,mA
    Gas Gauging,State,Max Avg P Last Run,-3022,cW
    Gas Gauging,IT Cfg,Load Select,7,-
    Gas Gauging,IT Cfg,Load Mode,0,-
    Gas Gauging,IT Cfg,Design Resistance,42,mOhms
    Gas Gauging,IT Cfg,User Rate-mA,0,mA
    Gas Gauging,IT Cfg,User Rate-cW,0,cW
    Gas Gauging,IT Cfg,Reserve Cap-mAh,0,mAh
    Gas Gauging,IT Cfg,Reserve Cap-cWh,0,cWh
    Gas Gauging,IT Cfg,Pack Resistance,30,mOhms
    Gas Gauging,IT Cfg,System Resistance,0,mOhms
    Gas Gauging,IT Cfg,Ra Filter,50.0,%
    Gas Gauging,IT Cfg,Ra Max Delta,15,%
    Gas Gauging,IT Cfg,Reference Grid,4,-
    Gas Gauging,IT Cfg,Resistance Parameter Filter,65142,-
    Gas Gauging,IT Cfg,Near EDV Ra Param Filter,59220,-
    Gas Gauging,IT Cfg,Qmax Delta,5,%
    Gas Gauging,IT Cfg,Qmax Upper Bound,130,%
    Gas Gauging,IT Cfg,Term Voltage,9000,mV
    Gas Gauging,IT Cfg,Term Voltage Delta,300,mV
    Gas Gauging,IT Cfg,Term Min Cell V,2800,mV
    Gas Gauging,IT Cfg,Voltage Consistency Delta,300,mV
    Gas Gauging,IT Cfg,Fast Scale Start SOC,10,%
    Gas Gauging,Smoothing,Smooth Relax Time,1000,s
    Gas Gauging,Condition Flag,Max Error Limit,100,%
    Gas Gauging,Max Error,Time Cycle Equivalent,24,h
    Gas Gauging,Max Error,Cycle Delta,0.05,%
    Gas Gauging,SoH,SoH Load Rate,5.0,hour Rate
    Gas Gauging,Turbo Cfg,Min Turbo Power,0,cW
    Gas Gauging,Turbo Cfg,Max C Rate,-4,C
    Gas Gauging,Turbo Cfg,High Frequency Resistance,103,mOhms
    Gas Gauging,Turbo Cfg,Reserve Energy %,0,%
    Power,Power,Valid Update Voltage,3500,mV
    Power,Shutdown,Shutdown Voltage,1750,mV
    Power,Shutdown,Shutdown Time,10,s
    Power,Shutdown,Charger Present Threshold,3000,mV
    Power,Sleep,Sleep Current,10,mA
    Power,Sleep,Bus Timeout,5,s
    Power,Sleep,Voltage Time,5,s
    Power,Sleep,Current Time,20,s
    Power,Sleep,Wake Comparitor,00,hex
    Power,Ship,FET Off Time,10,s
    Power,Ship,Delay,20,s
    Power,Ship,Auto Ship Time,1440,min
    Power,Power Off,Timeout,30,min
    Power,Manual FET Control,MFC Delay,60,s
    PF Status,Device Status Data,Safety Alert A,00,hex
    PF Status,Device Status Data,Safety Status A,00,hex
    PF Status,Device Status Data,Safety Alert B,00,hex
    PF Status,Device Status Data,Safety Status B,00,hex
    PF Status,Device Status Data,Safety Alert C,00,hex
    PF Status,Device Status Data,Safety Status C,00,hex
    PF Status,Device Status Data,Safety Alert D,00,hex
    PF Status,Device Status Data,Safety Status D,00,hex
    PF Status,Device Status Data,PF Alert A,00,hex
    PF Status,Device Status Data,PF Status A,00,hex
    PF Status,Device Status Data,PF Alert B,00,hex
    PF Status,Device Status Data,PF Status B,00,hex
    PF Status,Device Status Data,PF Alert C,00,hex
    PF Status,Device Status Data,PF Status C,00,hex
    PF Status,Device Status Data,PF Alert D,00,hex
    PF Status,Device Status Data,PF Status D,00,hex
    PF Status,Device Status Data,Fuse Flag,0000,hex
    PF Status,Device Status Data,Operation Status A,0000,hex
    PF Status,Device Status Data,Operation Status B,0200,hex
    PF Status,Device Status Data,Temp Range,00,hex
    PF Status,Device Status Data,Charging Status A,00,hex
    PF Status,Device Status Data,Charging Status B,00,hex
    PF Status,Device Status Data,Gauging Status,13,hex
    PF Status,Device Status Data,IT Status,0000,hex
    PF Status,Device Voltage Data,Cell 1 Voltage,3700,mV
    PF Status,Device Voltage Data,Cell 2 Voltage,3700,mV
    PF Status,Device Voltage Data,Cell 3 Voltage,3700,mV
    PF Status,Device Voltage Data,Cell 4 Voltage,3700,mV
    PF Status,Device Voltage Data,Battery Direct Voltage,14900,mV
    PF Status,Device Voltage Data,Pack Voltage,14800,mV
    PF Status,Device Current Data,Current,250,mA
    PF Status,Device Temperature Data,Internal Temperature,-273.2,degC
    PF Status,Device Temperature Data,External 1 Temperature,-273.2,degC
    PF Status,Device Temperature Data,External 2 Temperature,-273.2,degC
    PF Status,Device Temperature Data,External 3 Temperature,-273.2,degC
    PF Status,Device Temperature Data,External 4 Temperature,-273.2,degC
    PF Status,Device Gauging Data,Cell 1 Dod0,0,-
    PF Status,Device Gauging Data,Cell 2 Dod0,0,-
    PF Status,Device Gauging Data,Cell 3 Dod0,0,-
    PF Status,Device Gauging Data,Cell 4 Dod0,0,-
    PF Status,Device Gauging Data,Passed Charge,0,mAh
    PF Status,AFE Regs,AFE Interrupt Status,00,hex
    PF Status,AFE Regs,AFE FET Status,00,hex
    PF Status,AFE Regs,AFE RXIN,00,hex
    PF Status,AFE Regs,AFE Latch Status,00,hex
    PF Status,AFE Regs,AFE Interrupt Enable,00,hex
    PF Status,AFE Regs,AFE FET Control,00,hex
    PF Status,AFE Regs,AFE RXIEN,00,hex
    PF Status,AFE Regs,AFE RLOUT,00,hex
    PF Status,AFE Regs,AFE RHOUT,00,hex
    PF Status,AFE Regs,AFE RHINT,00,hex
    PF Status,AFE Regs,AFE Cell Balance,00,hex
    PF Status,AFE Regs,AFE AD/CC Control,00,hex
    PF Status,AFE Regs,AFE ADC Mux,00,hex
    PF Status,AFE Regs,AFE LED Output,00,hex
    PF Status,AFE Regs,AFE State Control,00,hex
    PF Status,AFE Regs,AFE LED/Wake Control,00,hex
    PF Status,AFE Regs,AFE Protection Control,00,hex
    PF Status,AFE Regs,AFE OCD,00,hex
    PF Status,AFE Regs,AFE SCC,00,hex
    PF Status,AFE Regs,AFE SCD1,00,hex
    PF Status,AFE Regs,AFE SCD2,00,hex
    System Data,Manufacturer Data,Manufacturer Info A Length,65,-
    System Data,Manufacturer Data,Manufacturer Info Block A01,6e,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A02,64,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A03,72,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A04,65,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A05,77,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A06,20,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A07,50,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A08,72,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A09,69,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A10,63,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A11,65,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A12,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A13,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A14,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A15,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A16,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A17,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A18,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A19,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A20,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A21,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A22,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A23,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A24,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A25,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A26,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A27,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A28,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A29,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A30,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A31,00,Hex
    System Data,Manufacturer Data,Manufacturer Info Block A32,00,Hex
    System Data,Integrity,Static DF Signature,0000,hex
    System Data,Integrity,Static Chem DF Signature,38f8,hex
    System Data,Integrity,All DF Signature,0000,hex
    SBS Configuration,Data,Remaining AH Cap. Alarm,300,mAh
    SBS Configuration,Data,Remaining WH Cap. Alarm,432,cWh
    SBS Configuration,Data,Remaining Time Alarm,40,min
    SBS Configuration,Data,Initial Battery Mode,c081,hex
    SBS Configuration,Data,Specification Information,0031,hex
    SBS Configuration,Data,Manufacture Date,1980-1-1,date
    SBS Configuration,Data,Serial Number,0001,hex
    SBS Configuration,Data,Manufacturer Name,Texas Instruments,-
    SBS Configuration,Data,Device Name,bq40z50,-
    SBS Configuration,Data,Device Chemistry,LION,-
    LED Support,LED Config,LED Flash Period,512,488us
    LED Support,LED Config,LED Blink Period,1024,488us
    LED Support,LED Config,LED Delay,100,488us
    LED Support,LED Config,LED Hold Time,8,s
    LED Support,LED Config,CHG Flash Alarm,10,%
    LED Support,LED Config,CHG Thresh 1,0,%
    LED Support,LED Config,CHG Thresh 2,20,%
    LED Support,LED Config,CHG Thresh 3,40,%
    LED Support,LED Config,CHG Thresh 4,60,%
    LED Support,LED Config,CHG Thresh 5,80,%
    LED Support,LED Config,DSG Flash Alarm,10,%
    LED Support,LED Config,DSG Thresh 1,0,%
    LED Support,LED Config,DSG Thresh 2,20,%
    LED Support,LED Config,DSG Thresh 3,40,%
    LED Support,LED Config,DSG Thresh 4,60,%
    LED Support,LED Config,DSG Thresh 5,80,%
    Black Box,Safety Status,1st Status Status A,00,hex
    Black Box,Safety Status,1st Status Status B,00,hex
    Black Box,Safety Status,1st Safety Status C,00,hex
    Black Box,Safety Status,1st Safety Status D,00,hex
    Black Box,Safety Status,1st Time to Next Event,0,s
    Black Box,Safety Status,2nd Status Status A,00,hex
    Black Box,Safety Status,2nd Status Status B,00,hex
    Black Box,Safety Status,2nd Safety Status C,00,hex
    Black Box,Safety Status,2nd Safety Status D,00,hex
    Black Box,Safety Status,2nd Time to Next Event,0,s
    Black Box,Safety Status,3rd Status Status A,00,hex
    Black Box,Safety Status,3rd Status Status B,00,hex
    Black Box,Safety Status,3rd Safety Status C,00,hex
    Black Box,Safety Status,3rd Safety Status D,00,hex
    Black Box,Safety Status,3rd Time to Next Event,0,s
    Black Box,PF Status,1st PF Status A,00,hex
    Black Box,PF Status,1st PF Status B,00,hex
    Black Box,PF Status,1st PF Status C,00,hex
    Black Box,PF Status,1st PF Status D,00,hex
    Black Box,PF Status,1st Time to Next Event,0,s
    Black Box,PF Status,2nd PF Status A,00,hex
    Black Box,PF Status,2nd PF Status B,00,hex
    Black Box,PF Status,2nd PF Status C,00,hex
    Black Box,PF Status,2nd PF Status D,00,hex
    Black Box,PF Status,2nd Time to Next Event,0,s
    Black Box,PF Status,3rd PF Status A,00,hex
    Black Box,PF Status,3rd PF Status B,00,hex
    Black Box,PF Status,3rd PF Status C,00,hex
    Black Box,PF Status,3rd PF Status D,00,hex
    Black Box,PF Status,3rd Time to Next Event,0,s
    Lifetimes,Voltage,Cell 1 Max Voltage,0,mV
    Lifetimes,Voltage,Cell 2 Max Voltage,0,mV
    Lifetimes,Voltage,Cell 3 Max Voltage,0,mV
    Lifetimes,Voltage,Cell 4 Max Voltage,0,mV
    Lifetimes,Voltage,Cell 1 Min Voltage,32767,mV
    Lifetimes,Voltage,Cell 2 Min Voltage,32767,mV
    Lifetimes,Voltage,Cell 3 Min Voltage,32767,mV
    Lifetimes,Voltage,Cell 4 Min Voltage,32767,mV
    Lifetimes,Voltage,Max Delta Cell Voltage,0,mV
    Lifetimes,Current,Max Charge Current,512,mA
    Lifetimes,Current,Max Discharge Current,0,mA
    Lifetimes,Current,Max Avg Dsg Current,0,mA
    Lifetimes,Current,Max Avg Dsg Power,0,cW
    Lifetimes,Temperature,Max Temp Cell,-128,degC
    Lifetimes,Temperature,Min Temp Cell,127,degC
    Lifetimes,Temperature,Max Delta Cell Temp,0,degC
    Lifetimes,Temperature,Max Temp Int Sensor,-128,degC
    Lifetimes,Temperature,Min Temp Int Sensor,127,degC
    Lifetimes,Temperature,Max Temp Fet,-128,degC
    Lifetimes,Safety Events,No Of COV Events,0,events
    Lifetimes,Safety Events,Last COV Event,0,cycles
    Lifetimes,Safety Events,No Of CUV Events,0,events
    Lifetimes,Safety Events,Last CUV Event,0,cycles
    Lifetimes,Safety Events,No Of OCD1 Events,0,events
    Lifetimes,Safety Events,Last OCD1 Event,0,cycles
    Lifetimes,Safety Events,No Of OCD2 Events,0,events
    Lifetimes,Safety Events,Last OCD2 Event,0,cycles
    Lifetimes,Safety Events,No Of OCC1 Events,0,events
    Lifetimes,Safety Events,Last OCC1 Event,0,cycles
    Lifetimes,Safety Events,No Of OCC2 Events,0,events
    Lifetimes,Safety Events,Last OCC2 Event,0,cycles
    Lifetimes,Safety Events,No Of AOLD Events,0,events
    Lifetimes,Safety Events,Last AOLD Event,0,cycles
    Lifetimes,Safety Events,No Of ASCD Events,0,events
    Lifetimes,Safety Events,Last ASCD Event,0,cycles
    Lifetimes,Safety Events,No Of ASCC Events,0,events
    Lifetimes,Safety Events,Last ASCC Event,0,cycles
    Lifetimes,Safety Events,No Of OTC Events,0,events
    Lifetimes,Safety Events,Last OTC Event,0,cycles
    Lifetimes,Safety Events,No Of OTD Events,0,events
    Lifetimes,Safety Events,Last OTD Event,0,cycles
    Lifetimes,Safety Events,No Of OTF Events,0,events
    Lifetimes,Safety Events,Last OTF Event,0,cycles
    Lifetimes,Charging Events,No Valid Charge Term,0,events
    Lifetimes,Charging Events,Last Valid Charge Term,0,cycles
    Lifetimes,Gauging Events,No Of Qmax Updates,0,events
    Lifetimes,Gauging Events,Last Qmax Update,0,cycles
    Lifetimes,Gauging Events,No Of Ra Updates,0,events
    Lifetimes,Gauging Events,Last Ra Update,0,cycles
    Lifetimes,Gauging Events,No Of Ra Disable,0,events
    Lifetimes,Gauging Events,Last Ra Disable,0,cycles
    Lifetimes,Power Events,No Of Shutdowns,0,events
    Lifetimes,Cell Balancing,Cb Time Cell 1,0,h
    Lifetimes,Cell Balancing,Cb Time Cell 2,0,h
    Lifetimes,Cell Balancing,Cb Time Cell 3,0,h
    Lifetimes,Cell Balancing,Cb Time Cell 4,0,h
    Lifetimes,Time,Total Fw Runtime,0,h
    Lifetimes,Time,Time Spent In UT,0,h
    Lifetimes,Time,Time Spent In LT,0,h
    Lifetimes,Time,Time Spent In STL,0,h
    Lifetimes,Time,Time Spent In RT,0,h
    Lifetimes,Time,Time Spent In STH,0,h
    Lifetimes,Time,Time Spent In HT,0,h
    Lifetimes,Time,Time Spent In OT,0,h
    Ra Table,R_a0,Cell0 R_a flag,ff55,-
    Ra Table,R_a0,Cell0 R_a 0,151,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 1,154,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 2,183,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 3,277,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 4,203,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 5,161,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 6,187,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 7,179,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 8,161,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 9,151,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 10,145,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 11,156,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 12,212,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 13,425,2^-10ohm
    Ra Table,R_a0,Cell0 R_a 14,369,2^-10ohm
    Ra Table,R_a1,Cell1 R_a flag,ff55,-
    Ra Table,R_a1,Cell1 R_a 0,151,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 1,154,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 2,183,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 3,277,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 4,203,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 5,161,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 6,187,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 7,179,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 8,161,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 9,151,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 10,145,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 11,156,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 12,212,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 13,425,2^-10ohm
    Ra Table,R_a1,Cell1 R_a 14,369,2^-10ohm
    Ra Table,R_a2,Cell2 R_a flag,ff55,-
    Ra Table,R_a2,Cell2 R_a 0,151,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 1,154,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 2,183,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 3,277,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 4,203,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 5,161,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 6,187,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 7,179,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 8,161,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 9,151,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 10,145,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 11,156,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 12,212,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 13,425,2^-10ohm
    Ra Table,R_a2,Cell2 R_a 14,369,2^-10ohm
    Ra Table,R_a3,Cell3 R_a flag,ff55,-
    Ra Table,R_a3,Cell3 R_a 0,151,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 1,154,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 2,183,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 3,277,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 4,203,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 5,161,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 6,187,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 7,179,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 8,161,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 9,151,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 10,145,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 11,156,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 12,212,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 13,425,2^-10ohm
    Ra Table,R_a3,Cell3 R_a 14,369,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a flag,ffff,-
    Ra Table,R_a0x,xCell0 R_a 0,151,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 1,154,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 2,183,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 3,277,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 4,203,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 5,161,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 6,187,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 7,179,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 8,161,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 9,151,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 10,145,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 11,156,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 12,212,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 13,425,2^-10ohm
    Ra Table,R_a0x,xCell0 R_a 14,369,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a flag,ffff,-
    Ra Table,R_a1x,xCell1 R_a 0,151,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 1,154,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 2,183,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 3,277,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 4,203,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 5,161,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 6,187,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 7,179,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 8,161,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 9,151,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 10,145,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 11,156,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 12,212,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 13,425,2^-10ohm
    Ra Table,R_a1x,xCell1 R_a 14,369,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a flag,ffff,-
    Ra Table,R_a2x,xCell2 R_a 0,151,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 1,154,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 2,183,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 3,277,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 4,203,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 5,161,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 6,187,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 7,179,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 8,161,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 9,151,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 10,145,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 11,156,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 12,212,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 13,425,2^-10ohm
    Ra Table,R_a2x,xCell2 R_a 14,369,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a flag,ffff,-
    Ra Table,R_a3x,xCell3 R_a 0,151,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 1,154,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 2,183,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 3,277,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 4,203,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 5,161,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 6,187,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 7,179,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 8,161,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 9,151,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 10,145,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 11,156,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 12,212,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 13,425,2^-10ohm
    Ra Table,R_a3x,xCell3 R_a 14,369,2^-10ohm
  • Andrew,
    The bq24735 datasheet does not indicate that the device supports PEC. The CPE bit is set in the bq40z50, so you should try setting it low to see if that helps. It looks like the charging parameters are setup properly.

    Tom
  • I am also facing, the same error Mr. Philadelphia Collins. Did you got any solutions ?

    Charging Voltage and Current is updating from gauge ?