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

What are these magic registers 4001e504 and 4001e50c used to erase nRF51422?

While reading about setting up nRF51 development environment on OS X, I came across the following:

Unfortunately the only way to erase the memory is to do some magic register writes:

JLinkExe
J-Link>w4 4001e504 2
J-Link>w4 4001e50c 1

What are the above registers? Is this something specific to jlink or the nRF51422? I couldn't find any reference to these addresses in the documentation.

Thanks for any insight.

Related