Hi There
I am developing a custom board on NRF51822. I have a noticed that the chip is getting stuck every day and to run it again I need to press a button on/off to reset the system. After that all is working fine till next day..Is it because the WDT is configured for 36h? Can I use a GPIO and external hardware to pull down the main power from the chip and turn it on again and doing this process every 12h for example(self resetting) . Is this save process for microcontroller?