Hi.
I'm doing the firmware on the custom board.
This board turns on when the button is pressed through the power button circuit. And I created the reset function using NVIC_SystemReset(). However, this will turn the board off and not turn on again. I tested this function with the nRF52DK board before and there was no problem using it.
Does the power circuit prevent the board from turning on when resetting?
Or is it another problem?
Thank you.