This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Power Cycling nRF52 - RESET Pin

Hi,

I'm developed a custom nRF52 board, and the main method to reset is via power cycling the power source (battery). Using GCC, should I still keep: CFLAGS += -DCONFIG_GPIO_AS_PINRESET and ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET in my makefile?

I've wired p.21 to my power source, but seems like the noise caused by power cycling made some peripherals not function because it works fine using the debugger connected (supposedly the debugger regulates the power).

Let me know of your thoughts..

Related