Hi
I've installed the new tools in version 7.5.1 to support the new nRF52 family. While working on the nRF51 again i found out, that the old parameters i used for programming my bootloader are not working anymore. Old call: nrfjprog.exe --reset --program "bootloader.HEX"
This call programmed my bootloader at address 0x3C000 and programmed the bootloader address in the UICR page (if not already done).
I adapted my call to work with the new tool and ended in the following call: nrfjprog.exe --family NRF51 --program "bootloader.HEX"
The problem is, that it only works if the UICR bootloader address is not yet written. If the same value already is programmed an error occurs.
How can we reach the same behaviour with the new nrfjprog?
Regards Adrian