Can ARM Core read out NHS3100 NFC UID?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can ARM Core read out NHS3100 NFC UID?

801件の閲覧回数
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 件の賞賛
返信
2 返答(返信)

792件の閲覧回数
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 件の賞賛
返信

778件の閲覧回数
Harley
Contributor I

@driesmoors 

This was useful, Thank you for replying!

0 件の賞賛
返信