How to write NFC V (ISO/IEC 15693) tag in ST25R3916 ??
Hello,
I'm currently using STSW-ST25R011 firmware.
At first, I was going to read/write with NFC type 2, but the firmware above is only read implemented, so I added Write.
(The Write implementation was implemented using t2t.c in folder firmware/Middlewares/fw_3916).
Tag was tested with NTAG215.
It's normally read/write, but NFC V is a bit different from other NFC types 2!
It can be configured as 4 bytes or 8 bytes per block.
The tag I am currently using is EM|ECO 4425 and 8 bytes per block.
Therefore, we thought that t2t.c above was not available, so we looked it up and tried to use iso15693_3.c in the same folder.
Read is already implemented, so I'm trying to implement Write, but I'm curious to ask!
1. Is it possible to write 8byte blocks in ST?
2. It will be different for each Tag IC, but can I change the size per block to 4 bytes or 8 bytes directly?
3. Do you have any books or links to study at NFC V?
thanks !
