Hi, expert
My customer found that BQ25713 can not charge with a 5V/600mA adapter, they have set the 0x0a/0x0b register as following:
uchar Input_Vol_4V6[2] = {0x00,0x12};
SmartBus_Write_UCB0(CHRG_ADDRESS, Input_Vol_Reg, &Input_Vol_4V6[0] ,sizeof(Input_Vol_4V6));
0x0a is 0x00, 0x0b is 0x12.
Could you please give some suggestions about how to solve this issue? Thanks.
Best Regards.
Chen