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

A question about nrF52832's DC/DC and LDO

Hi,

In nRF52832_OPS_v0.6.3.pdf chapter 16 Power-Power management. It describle as follow: Automatic switching between LDO and DC/DC regulator based on load to maximize efficiency Is it mean that if I set DCDCEN=1, LDO may also be used? For my understand , if use DC/DC, LDO will not be functional. Would you please to explain the work mode of DC/DC and LDO in 52832?

Parents Reply
  • If DCDCEN = 0, system will only use LDO (the hardware for DC/DC may not be available). The DC/DC should automatically turn off when CPU is sleeping and radio is off. The errata "DCDC does not automatically switch off in System ON IDLE" is only present on engineering sample A and B, it is fixed on the newest versions of the chip. See this tutorial for how to workaround this issue. You enable DCDC with

    sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);
    
Children
No Data
Related