Hello everyone,
we have an in-house HW with the nPM1300. Both load switches are configured as LDOs as described in datasheet chapter 9.3 configuration 1.
LDO1 is used to provide power for an RGB with about 2 mA for each color. At the output of LDO1 are two 10 µF capacitors as recommended.
The RGB is controlled with MOSFETs from a nRF52840 SoC.
When the MOSFETs block current flow through the RGB so there is no load, everything looks good.
If I enable the MOSFETs before the LDO is enabled I see a voltage drop of around 1.6 V at VSys for about 300 ms.
Voltage Drop at Vsys with RGB at output
Is it expected behaviour that Vsys can drop by 1.6 V when LDO1 is enabled with a consumer like a RGB (~in total 6 mA)?
Considering the activation of both LDOs at once with consumers drawing even more current than 6 mA during startup seems like it could cause a reset of the nRF52840 SoC?
Vbus current limit
I also increased the Vbus current limit from the default value of 100 mA to 500 mA, which decreased the voltage drop at Vsys. If voltage fluctuations are not acceptable, do I have to ensure Vbus is configured accoordingly? As the LDO can deliver only up to 50 mA I was not expecting to see such dramatic voltage drops at Vsys with only a single RGB even if the vbus current limit is set to 100 mA. The nRF52840 SoC has no BLE running and consumes around 15 mA when the debugger is attached.
Other regulators
Is it possible to see similiar effects with the buck regulators? In the above tests the buck regulators were off. I can currently not test their behaviour myself.
Thanks!
Markus