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

nrfjprog --memwr 0x10001080 --val 0x01010101 shouldn't fail second time

nrfjprog checks the target for 0xFFFFFF before attempting to write.

It should be successful not only if attempt to write the same value as is already present but also

if the value to be written is only  writing 0s where there are existing 1s.

For example  0x10001080  contains FFFFFF00 writing 00FFFF00 should succede 

Tank you.

Related