C# Application for STEVAL-25R3916BA using ST25R3916DISCOComm.dll
Hello
I have been trying to develop a GUI App to communicate with STEVAL-25R3916BA to read & write ISO15693 Tag Type-V. So far with reference from similar other questions asked previously on this forum I have been able to connect to EVAL board and at least read UID of the tag. This I was able to achieve thanks to response from @Ulysses HERNIOSUS responses. To achieve this I have used the example application comes with ST25PC-NFC & ST25 SDK.
The example project from ST. for C# does not have read/write example, I have tried my best to perform read/write using APIs from ST25R3916DISCOComm DLL, but so far no success, APIs comes back with no error & no data, if there is no error then why no data?
I am trying to use iso15693ReadBlock & iso15693WriteBlock from DLL, and I have used ST25PC-NFC to write 0xFF to whole memory of Tag type-V, so I know what I'm reading is okay, as currently API for reading just reads 0 with no error! So I'm not sure if I'm doing anything wrong.
Based on another question (can't find the link), I have explored F/W code as well, dispatcher.c and en.steval-25r3916b-binary\STSW_ST25R018\Middlewares\ST\fw_3916\DISCO-STM32L4x6\Src\iso15693_3.c which defines
I feel like I'm lost in this development, any direction & help would much appreciated.
BR
JJ
