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.