This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ25720: BQ25720 Charger Register Configuration for 5MilliOhm Sense Resistor.

Part Number: BQ25720

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 -

const uint16_t Charge_current = 0x0700; //--1792mA 
const uint16_t Charge_voltage = 0x3268//12904 mV
The value 0x7C00 set in IIN_HOST Register(0x3F) represent 6000mA is we refer to table 9-50 in datasheet which is written for 10mOhm resistor, and in our board we want to configure it for 5MilliOhm. Kindly Suggest Then for 5MilliOhm what does 0x7C00 Represents ?