Hi Nordic,
I am trying to enable the DC/DC converter on a QFAAH10 (revision 3). I am using the s130 v2.0.1 SD.
----------
1. sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);
I write "sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);" in my code just 100 ms after "ble_stack_init();", but the consumption does not change when monitoring the advertising TX pulses of my app. Doing debug I've also checked the POWER register on a breakpoint. The value has not changed from 0x00.
2. NRF_POWER->DCDCEN = 1;
I have also tried writing only the "NRF_POWER->DCDCEN = 1;" instruction. No good results neither. I've applied the same actions as point 1 to check the results.
----------
Could someone tell me what I'm doing wrong?
Thank you in advance.