NTAG424 Personalization Example Shows Incorrect Data

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

NTAG424 Personalization Example Shows Incorrect Data

336 次查看
fwabbin
Contributor I

The NTAG 424 DNA personalization examples (AN12196) for Get File Settings (section 6.4) and Change NDEF File Settings (section 6.9) do NOT match the specifications listed by the NTAG 424 DNA Product Sheet (NT4H2421Gx and NT4H2421Tx).

The first mismatch is around AccessRights. In the personalization examples (see section 6.4 and 6.9), the hex value "00E0" is used to reference the following AccessRights:
- FileAR.ReadWrite = 0
- FileAR.Change = 0
- FileAR.Read = E
- FileAR.Write = 0

However, in the actual product spec, in section 8.2.3.3, it is specified that:
- FileAR.Read = Bit index 15..12
- FileAR.Write = Bit Index 11..8
- FileAR.ReadWrite = Bit Index 7..4
- FileAR.Change = bit Index 3..0

Thus, based on the product guidelines, "00E0" should in fact represent the following AccessRights:
- FileAr.Read = 0
- FileAr.Write = 0
- FileAr.ReadWrite = E
- FileAr.Write = 0

It is thus not clear whether the product guidelines are incorrect, or if the personalization document is incorrect.

A similar mismatch presents itself in the SDMAccessRights, where in the personalization example the hex value "F121" is used to reference the following SDMAccessRights:
- RFU = F
- FileAR.SDMCtrRet = 1
- FileAR.SDMMetaRead = 2
- FileAr.SDMFileRead = 1

However, in the actual product spec, under section 10.7.1 Table 69, it is specified that:
- FileAR.SDMMetaRead = Bit Index 15..12
- FileAR.SDMFileRead = Bit Index 11..8
- RFU = Bit Index 7..4
- FileAR.SDMCtrRet = Bit Index 3..0

Thus, based on the product guidelines, "F121" should in fact represent the following SDMAccessRights:
- FileAR.SDMMetaRead = F
- FileAR.SDMFileRead = 1
- RFU = 2
- FileAR.SDMCtrRet = 1

This is of course incorrect since the RFU bit may not be 2. But yet again, we cannot determine whether it is the personalization example that presented incorrect data or the product spec itself.

Could someone please help clarify which document is in fact correct?

标记 (3)
0 项奖励
1 回复

294 次查看
KellyLi
NXP TechSupport
NXP TechSupport

Hello @fwabbin 

Thanks for contacting us and interested the NXP products.

Please refer to section 6 of AN12196, personalization examples are tested and available.

BR

kelly

0 项奖励