Hi, by mistake the not needed TS pin was left open in a design (no 5k resistor to ground). Although TS function is disabled in CHARGERCTRL0 Register the charge current is very low (0.25 %). It is actually not charging. STAT2 Register has bits 6, 5 and 0 set to 1b1. All FLAG registers are 0x00. ILIM is set to 300mA and ICHG to 21.59 mA.
Device is running from (externally charged) battery which is a 80mAh 3.7V LiPo. So it can't be drawing too much mA. Adapter is providing 500mA.
Could it be that because TS is open the charging current is limited no matter if TS function is disabled or not?
Thanks.
Register setup:
BQ25150_MASK0, 0x00
BQ25150_MASK1, 0x00
BQ25150_MASK2, 0x71
BQ25150_MASK3, 0x00
BQ25150_VBAT_CTRL, 0x3C
BQ25150_ICHG_CTRL, 0x11
BQ25150_PCHRGCTRL, 0x02
BQ25150_TERMCTRL, 0x14
BQ25150_BUVLO, 0x00
BQ25150_CHARGERCTRL0, 0x52
BQ25150_CHARGERCTRL1, 0x42
BQ25150_ILIMCTRL, 0x04
BQ25150_LDOCTRL, 0xB0
BQ25150_MRCTRL, 0x2A
BQ25150_ICCTRL0, 0x10
BQ25150_ICCTRL1, 0x00
BQ25150_ICCTRL2, 0x00
BQ25150_ADCCTRL0, 0x02
BQ25150_ADCCTRL1, 0x40
BQ25150_ADCALARM_COMP1_M, 0x23
BQ25150_ADCALARM_COMP1_L, 0x98
BQ25150_ADCALARM_COMP2_M, 0x38
BQ25150_ADCALARM_COMP2_L, 0x58
BQ25150_ADCALARM_COMP3_M, 0x00
BQ25150_ADCALARM_COMP3_L, 0x00
BQ25150_ADC_READ_EN, 0x00
BQ25150_TS_FASTCHGCTRL, 0x34
BQ25150_TS_COLD, 0x7E
BQ25150_TS_COOL, 0x6F
BQ25150_TS_WARM, 0x39
BQ25150_TS_HOT, 0x29