Tool/software:
Hi Team,
We are using BQ25720 for battery charging in our application. Instead of using 10MilliOhm Input Sense Resistor we are using 5MilliOhm Input sense Resistor in out design.
5 mOhm setting of battery charger for i5 Board-
uint16_t min_vsys = 0x5C00; //--9200 mVolt
uint16_t iin_host = 0x7C00; //6000mA
uint16_t charge_option0 = 0xE70E; //with 00 watchdogTimer(0x870E) (default - E70Eh)
uint16_t charge_option1 = 0x3E00;
uint16_t iin_dpm = 0x7C00; //6000mA
Charge Voltage and Current are set as mentioned -