Hello all,
I am doing some load tests on the BQ24190EVM evaluation kit where I connect a DC load at the SYS pin. The BQ24190EVM is powered by a USB DCP which provides 5V@3A at VBUS. No battery is connected.
I have set up the following register values.
- Write 0b111 to IINLIM[2:0] in REG00 // Set Input current limit to 3A to match DCP above.
- Write 0b00 to CHG_CONFIG[1:0] in REG01 // Disable charger to use BQ24190 as buck converter.
- Write 0b111 to SYS_MIN[2:0] in REG01 // Set SYS_MIN voltage to 3.7V. VSYS will be 3.85V since the BQ24190 regulates VSYS 150mV above SYS_MIN.
With this setup I can now switch on the DC load to see how much current can the BQ24190EVM provides. As I increase the DC load's current, VSYS would very slowly drop and then it will reach a point where the BQ24190EVM just suddenly cutsoff VSYS and no longer supplying the demanded current by the DC load. After the cutoff, VSYS falls instantly to 0.1V and the DC load current is 670mA, as if it was a short circuit. My cutoff point for the above settings was about 3.75V@3.04A.
I found in in page 7 of the datasheet which says at VSYS = 3.5V, the typical value of VSYS_MIN is 3.65V while minimum is 3.55V. From this point, does that mean for VSYS = 3.7V, the minimum VSYS_MIN allowed is 3.75V before the BQ24190 cuts off VSYS? Or could there be other explanations?
Best regards,
Edwin