Hi,
We are using ANNA-B112 module with nRF52832 chip and trying to store the product serial number in UICR. From the description of UICR, it seemed that the CUSTOMER area starting from address 0x10001080 would be suitable for this. However, we found out that this seems to be the area where the preprogrammed 6 bytes of BLE address are stored and writing the serial number there would overwrite the BLE address. I would like to know if it is safe to use the rest of the CUSTOMER area or is it also already used for something? If not, what would be the suitable place for storing the serial number?
Thanks!