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

How to enable the Reset bit in the Reset Register of Power Management

Hi,

I want to set the reset bit to 1 in the reset register of Power Management module. Chip used in nrf51822. I have been trying to set the bit using the following statement:

NRF_POWER->RESET = 1;

Please let me know if there is any other way.

Related