Other Parts Discussed in Thread: BQ25628,
Tool/software:
Hi,
I am currently wrapping up the driver bringup for the BQ25628 PMIC and there are currently two issues that I would like to resolve.
1. I am using the BQ25628EVM board and a 1120mA LP384260JU 3.7V lithium-ion battery for testing the driver. During charging (CC mode), I would like to maintain the charge rate around 1C. To achieve this, I have configured the ICHG_LIMIT register (0x02) with LSB = 5 << 5, MSB = 3. I did not tweak the input current limit register (0x06) so it should be kept at 3200mA. On the eval board, the ILIM_PD jumper is also connected (by default) to 2.49kOhm register, and my VIN input is with a PSU that is set to 5V/3A. When I switch the output of my PSU on, I am only getting around 0.1A output current. However, I am getting 0xC when I print out the charger status 1 register (0x1E) value, which shows that I am current in the CC phase, so I am a bit confused as to what I am doing wrong here.
2. Whenever I switch off VIN, I always get hit with a VBUS_FAULT_STAT. Upon looking closer, the datasheet says: "If VVBUS falls below VPOORSRC, the converter stops switching (if not already suspended and high due to the sleep comparator), and the VBUS_STAT transitions to 000 and the device transitions to battery-only mode". Therefore, am I correct to understand that this is the expected behavior when I remove VBUS to switch to battery only mode?
Thanks,
Taspon