We're using the DC DC converter with the recommended capacitors and inductor and sets SET_CCFG_MODE_CONF_DCDC_RECHARGE and SET_CCFG_MODE_CONF_DCDC_ACTIVE to 0x0 in a custom ccfg.c file. Our project's code is based off of the simple peripheral example project, and we define POWER_SAVING.
We have a couple of questions about VDDR:
- Should the microcontroller turn off the DC DC converter when in one of the low power states? The DC DC converter seems to be pumping VDDR on some duty cycle (up to ~1.7V) where the VDDR voltage level is allowed to discharge for some time (down to ~1.5V) before being pumped up again. VDDS is 2.8V.
- If we switch to using the LDO by setting SET_CCFG_MODE_CONF_DCDC_RECHARGE and SET_CCFG_MODE_CONF_DCDC_ACTIVE to 0x1 and making the recommended schematic changes, would we expect the same duty cycling on VDDR with respect to power states?
- Can the RF Core that uses VDDR be shut down by the application code running on the M3 when the system does not need to advertise or connect and then be reinitialized again before BLE communication is needed?
Thanks in advance.