Thanks for your reply!
These are the configurations that the NFC tag has:
Reg. 0x1037 (Configuration Bytes): [0]: 0x09; [1]: 0x00; [2]: 0x5f; [3]: 0x00
Reg. 0x103F (Device Security Configuration): [0]: 0x45; [1]: 0x00; [2]: 0xff; [3]: 0xff
- NFC security: plain password
- Configuration area is not read and write protected from NFC perspective
- PP_AREA_1: 0xFFFF (is pointing outside the user memory)
Reg. 0x1020 (Read Password): [0]: 0x00; [1]: 0x00; [2]: 0x00; [3]: 0x00
- Read Password is 0x00000000
Reg. 0x1021 (Write Password): [0]: 0x00; [1]: 0x00; [2]: 0x00; [3]: 0x00
- Write Password is 0x00000000
Reg. 0x1058 (NFC Protection Pointer): [0]: 0x08; [1]: 0x30; [2]: 0x00; [3]: 0x00
- NFC_PP_AREA_0H: 0x08
- NFC_PPC: 0x30 (AREA_0-H is write and read protected; AREA_0-L is not read and write protected)
Reg. 0x100C: [0]: 0x00; [1]: 0x81; [2]: 0x00; [3]: 0x00
- NFC_GCH: 0x81 (The NFC passwords can be read and written with the READ CONFIG
and WRITE CONFIG commands)
Memory organization:
0x00 - 0x08 --> NFC_AREA_0_L (is not read and write protected)
0x08 - end of memory --> NFC_AREA_0_H (read and write protected)
Regards,
NSF