Can ARM Core read out NHS3100 NFC UID?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can ARM Core read out NHS3100 NFC UID?

946 次查看
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 回复数

937 次查看
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 项奖励
回复

923 次查看
Harley
Contributor I

@driesmoors 

This was useful, Thank you for replying!

0 项奖励
回复