NPM1300 current consumption in shipment mode

Hi,

we have npm1300 device on our customized board,

without using any of the regulators, LEDs are not connected.

Gpio 0 and Gpio 4 is connected to main MCU.

when activating shipment mode the current consumption gets to exactly 143uA

I can see that VSYS voltage is about 40mV

i also tried to configure GPIOs to open drain.

what should be the cause for this high current?

Thanks.

Parents Reply
  • I just wanted to say that I had this exact problem. I was searching for hardware fixes and diode leaks for ages. In the end it was the internal ADC that was the culprit (VBATAUTOENABLE). I set ADCCONFIG to 0b01 which was firing the ADC automatically every second. The result was randomly I would get ship currents of either 145 uA or 0.52 uA. I assume this was depending on whether or not the ADC was operating at the time of going into ship mode?

    Anyway - just before going into ship mode I now set ADCCONFIG to 0b00 and then wait a few ms to make sure no ADC conversions are happening.

    Now I reliably get ship currents of 0.34 uA.

    Please add this to the data sheet! (unless I have missed it????)

Children
Related