QUERY · ISSUE
NRF - Disable DCDC?
port-nrf
Is there a way to enable/disable the internal DCDC converter, like
sd_power_dcdc_mode_set(NRF_POWER_DCDC_DISABLE) ?
There are boards that may not come with the external components for dcdc, and I couldn't find from the existing python API anything to deal with this.
CANDIDATE · PULL REQUEST
nrf/modules/nrf: Add function to enable/disable DCDC.
port-nrf
This is a rework of #4301 against latest master (which now includes an nrf module).