Project migrated to SDK 15.3.0 with Softdevice S340 6.1.1
Project is using DFU secure bootloader. The example in "dfu/secure_bootloader/pca10056_ble" was used as the starting point.
Project appears to be working the same as it did on SDK 15.0.0
PROBLEM:
Our manufacturing cycle reads the Bootloader address from the UICR registers.
SDK 15.0.0 this address was at 0x10001014, worked perfectly
SDK 15.3.0 this address can be read from NRF_UCIR_BASE = 0x10001000UL but it only returns FFFFFFFF
QUESTION:
Why the booloader address is not written to the UICR when it is flashed with nrfjprog.exe
Please and thanks.