Other Parts Discussed in Thread: BQSTUDIO, EV2400
Tool/software:
Hi. I have a few questions related to the sleep mode.
Firstly, the consumption. The datasheet mentions that Iq = 80 uA is achievable:
However, I'm having trouble validating that value.
Gate leakage in my case is 100 nA per MOSFET (so, 200 nA in total). No communication, no pull-up resistors on the I2C bus.
Initially, I observed the average sleep consumption at a 400 uA level. After studying the TRM, I was able to identify that the PMPDRV bit is turned off by default (and by the way, it is marked as RSVD in the bqstudio):
With PMPDRV=1 and the EV2400 disconnected, the consumption drops to ~18 uA, which is notably better than the datasheet indicates. A flat base of ~9 uA and 65 mA short pulses (possibly due to the MOSFET gates recharging).
So, in summary, it is unclear why the result is so much better than the declared typical case. This value is significant for my project because we can't utilize the shutdown mode timer due to business requirements, and currently, I lack a firm understanding of what is happening.
My second question relates to the bqstudio. The TRM mentions that the "Voltage time" and "Current time" parameters could be in the range of up to 255 seconds. But the bqstudio only allows you to set these values:
The golden image for this setup (for now, it's not fully configured, just the bare minimum):
Best regards, Vasyl