Board: nrf52840 DK
SDK: Zigbee 4.1
Hello,
I am currently in the process of reducing the power consumption of our application. One method I want to explore is switching to the DC/DC regulator via the sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE) function, allowing the development board to consume less power during high-current transmissions.
However, I've noticed on the devzone documentation here that the function falls under the softdevice headers, and when I use the function in my code, it is not recognized. Hence, I have questions on how to use it.
1. Is it possible to use the function without having to import the S140 softdevice?
2. If the above is not possible, Is it possible to just directly activate the DC/DC regulator by writing to the register i.e. NRF_POWER->DCDCEN = 1;
Thank you,
Angry Oatmeal.