I only learned today that the REGOUT0 voltage is changeable, which could be perfect for us, because our power needs changed dramatically.
Our circuit was originally designed to take a 3.7V lithium-ion battery via VDDH, and with DCCH hooked up to VDD via a 10uH inductor, our goal was to get ~3V-3.3V from VDD to power our sensors in the circuit. However, we changed sensors, and they now use 1.8V instead of 3-3.3V.
What we didn't realize when building the circuit was that the VDD output was changeable. According to the datasheet, the REGOUT0 register dictates the power delivery anywhere from 1.8V to 3.3V, however, we NEVER changed this, I supposed we were just lucky that it happened to be the right voltage for us.
Here are our questions:
1. When hooked up in our configuration, is changing the VDD output voltage a hardware thing, or a software thing?
2. If the answer to question 1 is a software thing, can it be done easily in Zephyr project?
3. If the answer to question 2 is no, then how is it done?
4. Although we are using VDDH, VDD, DCCH and the DC/DC converter, I noticed that there's a DC/DC toggle in the nRF Kconfig menu, but it is forced off, although we are definitely using DC/DC. Why is this?