NTAG424 Personalization Example Shows Incorrect Data

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

NTAG424 Personalization Example Shows Incorrect Data

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

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