Other Parts Discussed in Thread: EV2400, BQSTUDIO
Hello together!
We are developing a device that contains the BQ chip for charging the two batteries of the same device. I would like to reduce the current allowed when charging because the device gets too hot. In page 52 of the datasheet of the component there is the ChargeCurrent registers to modify the current. When I change the registers in code following this guidelines, I can see in the display of my charger that the current is never the one I have programmed. For instance, if I set the current registers to 00 in both sets of bytes (for the MSB and the LSB), I still get current going into my device, when it should be 0. Another example, I set the register to 0x02 in the MSB, meaning there should be 512 mA and my charger shows 950 mA.
My question is, should I change anything in the charge options in order to make my BQ to set the right current when charging? or what could be the cause of such failure?
I appreciate if anyone can help.
Thank you!