Hi all, I'm working on SDK11.0.0 experimental signed bootloader, I stored device type and device revision in uicr register now I need to update my bootloader through dfu and it updating successfully but device type and device revision values in uicr register is not changing.
when I study in documentation I found that uicr can erase only by eraseall that means erasing complete chip or cpu can able to write 1's to 0's only. Now I need to change device type and device revision in uicr register without erasing complete chip (eraseall) is their any chance? If their is a chance how?
Thanks in advance