Hello Sir,
Question1 :
We meet a problem that REG00 value we write 0x13 . But this value will be written to 0x04 after VBUS removed .
Do you have any idea ? TKS !
Below is initial setting .
charger_write_reg(0x00, 0x13); // Bit [4:0]: Input Current Limit set 2A
charger_write_reg(0x01, 0x5A);
charger_write_reg(0x02, 0x84); // Bit [5:0]: Fast Charge Current set 240mA
charger_write_reg(0x03, 0x00); // Bit [7:4]: Precharge Current set 120mA, Bit [3:0]: Termination Current set 120mA
charger_write_reg(0x04, 0x59); // Bit [0]: 1 is Recharge threshold set 200mV
charger_write_reg(0x05, 0x8F); // Bit [5:4]: watchdog, 00 is Disable timer, 01 is 40s, 10 is 80s,11 is 160s
charger_write_reg(0x06, 0x66);
charger_write_reg(0x07, 0x48); // Bit [2]: Disable BATFET reset function.
Question 2:
For /INT function , seems REG0A VINDPM and IINDPM also will output /INT and need to read REG0A like REG09's fault event,right ?
Due to D/S 8.3.9.3 only mention about REG09 . Don't mention about REG0A . Just want to double confirm. TKS !