Hi,
I have problems to get the password protection to work by setting the dedicated registers via I2C.
My plan is to be able to save a NDEF message containing an URI from the NFC perspective, but only after password authentication.
The communication from the MCU to the NTAG I2C Plus (NT3H2111) via I2C works fine and I'm able to write to the memory. What I've done is:
- I've set the CC to: 0xe1 0x10 0x6d 0x08 (To initialize Tag 2 Forum Compliant Tag)
- Then I've set the AUT0 byte of Address 0x38 (I2C Perspective) to 0x04 (to set protected memory starting from this address)
My Problem is that now when I'm trying to write a NDEF URI on the Tag (using TagXplorer and uTrust 3700 F) it is still possible to write something on the Tag. But it seems like some bytes are write protected but others are not.
What am I missing?
Thanks a lot
Phil