Hello, I have an nRF52811 on a custom board and have been having some issues. I have a nRF52840DK which I used to flash the custom board (while powering the board with the VDD pin of the DK) with a test program which lights up an LED connected to one of the GPIOs of the chip and this works fine. However, when I try to power the chip with a CR2032, the LED didn't light up, implying the test program wasn't running. I tried hooking up an external power supply to the board, sourcing 3V, but that didn't work either. It seems the only time the program runs is when the chip gets power from the DK. My only guess is that the battery/power supply aren't sourcing enough current to power the chip but I can't imagine why that would happen. I know the connections are good on the custom board because I have another LED, independent from the chip, that lights up when the board gets power.
Another thing that happens is sometimes the program doesn't run even when it gets power from the DK. There are times when I power up the board and and the LED connected to the GPIO doesn't light up and only after power cycling does the program run and light up the LED.
Is there anything I'm doing wrong that can explain why these issues are happening?
Thanks in advance for your help!