2023-09-21 11:49 PM
Hey I am using ST25DV64KC-DISCO discovery board for my project where I want NFC enabled mobile to connect with my given mac address and don't want other NFC tag writer apps to writing on my NFC antenna board is that possible with this tag or did you guys have other tags which have better encrypted tags which we can use so that no one can change its memory content like given mac address of the Bluetooth in the tag please suggest
Solved! Go to Solution.
2023-10-09 12:48 AM
Hi @PoolBear,
You can find this example with the function "ST25DV_DEMO_Memory_Mapping_Password" in the file st25dv_features_demo.c, this example is run when you click on the ST25DV icon -> AREA icon displayed on the LCD screen. (this in the firmware from ST25DV64KC-DISCO firmawre package).
I hope this can help you.
Kind Regards.
2023-09-22 02:08 AM
and also what are the nfc tag provided by st which support password protection in case of writing on the NFC tag
2023-09-22 05:18 AM
@Brian TIDAL can you please help me out about this
2023-09-22 06:23 AM
Hi,
I will use a lifeline and will Phone a Friend @JL. Lebon
Rgds
BT
2023-09-22 06:41 AM
Hello PoolBear,
In all ST NFC tags, it is possible to protect the memory in read and/or in write. If protected, a password that must be presented before being able to read or write the memory.
For the ST25DV64KC, this is explained in the datasheet in chapter "5.6 Data protection".
Basically, you can slice the user memory in 1,2, 3 or 4 areas. Each area can be protected in read and/or write by one of the 3 available passwords. For this, you have to program the ENDAi registers (to adjust areas sizes), RFAiSS registers (to set the protection type and set which password to use).
Best regards.
2023-09-27 02:28 AM
Hi @JL. Lebon I have tried to find RW_PROTECTION register in firmware code as mentioned in datasheet in chapter "5.6 Data protection" but still not able to find can you please elaborate and go into little bit more details like how can I stop/lock my NFC tag so no one can write on it using NFC tag writer tools.
Thank You
2023-10-09 12:48 AM
Hi @PoolBear,
You can find this example with the function "ST25DV_DEMO_Memory_Mapping_Password" in the file st25dv_features_demo.c, this example is run when you click on the ST25DV icon -> AREA icon displayed on the LCD screen. (this in the firmware from ST25DV64KC-DISCO firmawre package).
I hope this can help you.
Kind Regards.