Hello,
i use Bootloader from SDK 7.2.0. I have some questions about init packet handling:
-
The bootloader compare the device type, device revision and softdevices that are valid to be used. The first time i flash the Sofdevice and Bootloader and afterwards over OTA DFU my application. What is the deafault value from the dfu init packet in UICR area? I think all is 0xFF, so i can flash any application.
-
After the application has been programmed, device type, device revision and softdevices that are valid to be used are set in customer UICR area by bootloader?
-
When will the device type and device revision set in UICR area? Should I do this myself?