I'm having trouble getting my circuit to work. Both LEDs are off, which means that it must be in either charge suspend, over-voltage, sleep or battery absent. I'll address these cases individually;
Charge suspend activates when the voltage at the TS pin is not within a certain threshold, about 1.6 V through 2.5 V. The voltage I'm reading at the TS pin is 2.1 V.
My input voltage is 25 V, and my output voltage is hovering around 0.5 V. I'll mention right now, that I'm using a large, 1 mF electrolytic capacitor in lieu of a battery. This should not make a difference.
The IC goes into sleep mode when the voltage at the SRN pin comes within 100 mV of VCC. VCC = 25 V, SRN = 0.25 V.
Battery absent is a bit more complicated. As I understand it, the chip injects a current out of the SRN pin, and measures the voltage at VFB. If that is below a certain threshold (1.55 V), then it increases the current and measures the voltage at VFB again, if the voltage went up beyond a certain threshold (2.1 V) then the battery is absent, otherwise the battery is present. This can be overcome by shorting VFB to ground. With VFB connected, the voltage is around 50 mV.
I'll go through the enable / disable criteria.
-"Charge is allowed (MPPSET > 175 mV)" -- my MPPSET pin is at 1.2 V.
-"Device is not in UVLO mode and VCC > VCClowv" -- my VCC pin is at 25 V.
-"Device is not in sleep mode" -- see above.
-"Device is lower than AC over-voltage threshold" -- see above.
-"30 ms delay is complete after initial power-up" -- NA
-"REGN and VREF are at the correct levels" -- my Vref pin is at 3.3 V, and my REGN pin is at 5.95 V.
"-Thermal Shut is not valid" -- this occurs at 145 oC. I'm pretty sure the ambient temperature is not that hot, and the IC isn't warm to touch.
-"TS fault is not detected" -- I'm not using a thermistor, rather I have my TS pin pinned to 2.1 V.
Disable conditions:
-"Charge is disabled (MPPSET < 75 mV) -- nope
-"Adapter is removed, causing the device to enter Vcclowv or sleep mode" -- nope
-"Adapter voltage is less than 100 mV above battery" -- nope
-"REGN or VREF" are not valid" -- nope
-"TSHUT IC temperature threshold is reached" -- not to the best of my knowledge
-"TS voltage goes out of range" -- nope
I'm getting rather fed up with debugging this circuit, and if anyone could help, I would greatly appreciate it. Thanks