Hi Nordic support
We have ealier used your legasy SDK16.0 on nRF52840 where we where programming our device serial number in the UIRC area.
NRF_UICR->CUSTOMER[0-4] where NRF_UIRC is at adress 0x10001000UL
It was done by generating a small hex file that contains the UIRC data and then flashed with NRJPROG
I can see that the new way on NRF Connect SDK 2.9.0 and nRF54L15 the UIRC register is not present and it is advised to use the NVC
Im expect I should use the zephyr settings API to get the production parameters like serialnumber manufactor model etc.
I have added below in my prj.conf, to support settings api
Do you have an example on how this can be done ?
Best Regards
Tommy F Kristensen
PS. I have hardcoded it in the prj.conf as below, to do testing, but need to be able to generate the serial dynamically