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

Putting the nRF51822 back into a factory state (retained registers)

I've been running various code on a 51822 that has used PPI, timers, events, GPIO pin config and so on. Supposing I've lost track of what state the retained registers on the device are in, how do I put an nRF51822 back into a factory state?

Would the erase-all target in the pure-gcc Makefiles do this?

erase-all.jlink:
	# Write to NVMC to enable erase, do erase all, wait for completion. reset
	echo "w4 4001e504 2\nw4 4001e50c 1\nsleep 100\nr\nexit\n" > erase-all.jlink
Parents Reply Children
No Data
Related