ST25TA RFAL password management
Hi all,
I'm currently developing an application with an X-UNCLEO-NFC03A1 evaluation board on an STM32L4, in order to write and read some NDEF messages on some ST25A02/16K that i have, protecting them with the 128 bits password.
For starter, I'm running the STM32L476RG_NUCLEO_PollingTagDetectNdef example and noticed that all the communication with the tag runs through the rfal_t4t.c module, but it lacks of the functions (available instead on the rfal_st25xV.c module) used in order to set/present the read/write password of the NDEF fields.
Am I missing something or it's just a lack of implementation? I'm trying to "fill this void" (should be instruction code 0x20) but i'm really getting lost with all the layers.
Thanks in advance
