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: Add API to enable/disable DCDC.
port-nrf
The DC/DC enablement API is provided in a new machine
module, "nrf", specific to the nRF chip-series.
The API can be used to enable and disable the DC/DC
converter with or without Bluetooth stack enabled.
The patch also add a definition of ARRAY_SIZE needed
by nrfx HAL-layer.