This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Verify working of DCDC converter on PCA10056

Hi,

I'm using the PCA10056 dev kit to verify the workings of the DCDC converter. I added the following code after nrf_sdh_enable_request():

e = sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);

When I now use an oscilloscope to check the DCC pin, I never see it switch. I tried connecting to the board using nRF Connect to have the Bluetooth radio active.

How can I verify that the DCDC converter is enabled?

Thanks in advance.

Kind regards,

Remco Poelstra

Related