Using softdevice 6.1.0 and SDK 15.2:
Is it safe to use NRF_UICR->CUSTOMER[0] through CUSTOMER[5] for storing serial numbers?
It seems through in previous versions of SDK/SD/DFU some of these UICR registers were used for doing DFU.
Thanks,
Jeff
Using softdevice 6.1.0 and SDK 15.2:
Is it safe to use NRF_UICR->CUSTOMER[0] through CUSTOMER[5] for storing serial numbers?
It seems through in previous versions of SDK/SD/DFU some of these UICR registers were used for doing DFU.
Thanks,
Jeff
Andreas,
Thanks for the response. I was intending to program UICR at factory.
Looking at compiled hex images, it seems like DFU uses UICR->NRFFW, and not the CUSTOMER specific bits.
Please let me know if my conclusion is wrong.
Thanks,
Jeff
You can use CUSTOMER with DFU no problem.