Hi Zhang,
One of the change in the UICR on nRF54 series that the user registers are not available. This result in that there is no place to store the EUI64 in the UICR. You would need to either use the default one in FICR or you store your custom address in the main flash.
Hi Zhang,
One of the change in the UICR on nRF54 series that the user registers are not available. This result in that there is no place to store the EUI64 in the UICR. You would need to either use the default one in FICR or you store your custom address in the main flash.
Thanks for replying.
If I store custom address in the main flash, do I just need to modify the nrf5_get_eui64() ? Is there something else I need to do?
Hi Zhang,
I'm afraid that's the only option for now. We will need to find a better solution in the future.
Got it. Thank you!