Hi,
I'm working on a custom board with a nRF52840.
I want to use REG0 and REG1 as mentionned in Figure 13 of the datasheet : with VDDH, and both DCDC. My PCB is powered by a LiPo battery, from 4.2 to 3.3V. I want VDD to be 3V.
After several weeks developing without this problem, I encountered the following one :
My board doesn't start, because (I think) VDD is not set properly. In the datasheet, I can read "The system is held in a reset state until the power supply has reached the minimum operating voltage and the internal voltage regulators have started." and I think it's the problem.
- VDD is at 560 mV, while VDDH is at 4.2V (DC power supply, currently).
- DECx voltages are not set properly neither
I'm using Circuit Configuraiton No 4. To start my PCB, I can temporarily set VDD to VDDH (manually, with an external wire) and the MCU keeps running after that.
My question is : is there a way to find why power supply doesn't reach the minimum operating voltage ? (If it's really the problem).
Thanks for your help,