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.

BQ76905: Missing Driver Code

Part Number: BQ76905

Hello,

I'm working with this BQ76905 device to read the voltage, external temperature, and coulomb counter for a 2-cell lifepo4 battery pack and I've been writing my own driver code to do that. I took a look at the sample driver code provided for this device just today and I do have one question about that: why is there no sample code on how to read the coulomb counter (PASSQ) that I can use as reference? All I see are several variables defined to be used for reading the coulomb counter (PASSQLSB, PASSQMSB, PASSQTIME), but I don't see the PASSQ register being read in the sample driver anywhere (BQ7690x_functions.c). So if your team actually wrote any sample code how to read the PASSQ register, where can I find it?