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!