Hi,
The NFC ID in the NFC memory cannot be read out by the ARM core, but during production a copy is written into the RO ARM EEPROM rows.
Your code can access the NFC ID via the define NSS_NFC_UID_BASE which is a pointer to the correct location. See chip.h.
This is used in the demo firmware. See GetNfcUidHandler in msg.c
Kind regards,
Dries.
This was useful, Thank you for replying!