Battery connected: 10000mAh full charged (4.2V). I turn off VBUS supply. Maximum current on VSYS output is 0.9A. I need at least 3A. Registers are set as follow:
static const uint8_t bq2429x_initial[] = {0x3F, 0x11, 0xFC, 0x11, 0xB2, 0x80, 0x03, 0x48};
Could someone help me and suggest what I'm doing wrong?