Can ARM Core read out NHS3100 NFC UID?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can ARM Core read out NHS3100 NFC UID?

803 Views
Harley
Contributor I
Hi Sir,
 
I read that All NHS devices have a user memory of 888 bytes (222 pages). Of these, 512 bytes (128
pages) are accessible (R/W) by the ARM. The first 4 pages (R) and the last 90 pages (R/
W) are only accessible by the PCD.
I want to know if there is a way for the arm core to read the NFC UID?
 
Many Thanks.
 
Harley
 
 
0 Kudos
Reply
2 Replies

794 Views
driesmoors
NXP Employee
NXP Employee

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.

0 Kudos
Reply

780 Views
Harley
Contributor I

@driesmoors 

This was useful, Thank you for replying!

0 Kudos
Reply