nPM1100 - Current consumption is higher than expected

Hi all,

I'm working on a custom design based on nPM1100 and nRF52832. It's a battery powered device that's intended to be on at all time, so I'm taking some care about current consumption.
I've assembled a simplified version of the board with just PMIC, MCU and required passive components.

The chip is running an empty loop with WFE instruction, on a standalone board I'm measuring about 30 uA with that setup and I'm quite happy with it.
However, on my new board I'm measuring about 2200 uA of current, and that's very off.

The only guess I have is VSYS decoupling, which is just missed on this board (since I'm not using VSYS at all). But I'm not sure if that can lead to such issue. It somewhat makes sense - currently there is no battery-side DC-DC decoupling at all and I guess this can lead to improper DC-DC operation.

This is the relevant part of the schematics and a part of the PCB with the chip.


Can you confirm if my initial guess is correct or there is anything else that I can check?
Thanks!

Parents Reply Children
  • I did some more measurements - this time using a separate 10 ohm shunt. It's a pretty rough measurement, but I finally see a proper consumption in the range of 10 uA without the load and 30-40 uA with the powered MCU.

    So yes, using a regular multimeter is definitely not an option with such designs. Even with a proper setup that's still an interesting thing to consider - especially with lower-tier batteries with high internal resistance.

    Thanks for your help and assistance!

Related