Minimum battery voltage to allow charging (nPM1300)

We tried connecting a deeply discharged lithium-ion battery to the nPM1300-EK to see how it would charge, but we weren't allowed to enable charging as we got the following errors:

Charger errors: VBATLOW, VTRICKLE
Sensor errors: SENSORRECHARGE, SENSORVTRICKLE, SENSORVBATLOW

I believe the battery was around 1.5V when we tried charging and its fully charged voltage cutoff would be 4.35V.
I think I read somewhere that the operating ranges for the battery was down to 2.3V, does this mean that a battery under 2.3V will not be allowed to charge?

The settings of interest were:
Vterm = 4.35V
Ichg = 326mA
Enable Recharging = False
Iterm = 10%
Vtrickle_fast = 2.5V
POF Enabled = False

We tried connecting another battery at around 3.5V which worked fine so I doubt there were any issues with our configuration.
The NTC "measured" 25 degrees so it should not be a problem either.

Parents Reply
  • Thank you so much! I got it to work after sending: 

    npm_reg 0x350 1

    It didn't work for me to send the command you suggested; for me that command tried to write 0x50 to register 0x0000. I assumed you wanted to write 1 to an address offset by 0x50 from BCHARGER (address 0x300). The command I wrote above returned a confirmation that address 0x350 got a write of 1 to it:

    shell:~$ > npm1300_reg 0x350 1
    npm1300_reg 0x350 1
    Write *0x0350=0x01

Children
Related