How do I run the nRF54L15-DK in LDO mode?

I'm using the nRF54L15-DK to run a Bluetooth peripheral_hr project in DCDC mode, but if I write

nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, false);

at the beginning of main.c, will it work in LDO mode?

Best regards.

Related