I'm designing a new nRF52840 board. In the past, I used a 1.8V LDO and never enabled the DCDC option, so I was using Circuit configuration #3 from the reference circuit.
In playing with the power profiler, it looks as if I can save a few mA when transmitting by using the DCDC converter instead of the internal LDO, so I was thinking of switching to circuit # 4 here https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fref_circuitry.html&cp=5_0_0_6_2_3&anchor=unique_609532902
I will connect my 1.8V LDO to VDD_HV and the rest of the board peripheral ICs, leaving the VEXT net unconnected and the same layout as in the reference circuit for VDD_nRF. Is this the correct understanding?
Considering that the device will transmit quite a lot of data at 50Hz, is it reasonable to expect some power savings? Also, the device will need to spend a lot of time in "system off" mode, will having the DCDC enabled have a negative impact on the power consumption? Should I disable DCDCEN before entering system off?
