cancel
Showing results for 
Search instead for 
Did you mean: 

Reading/Writing specialty register with ST25R3911B DLL files

pshannon
Associate

Hi All, 

I having been using the st25R3911B-disco board for the past several months as a development tool for a project using the ST25DV chipset. Up until now I have really only had to use the iso15693writ/readblockblock functions that I saw in the cpp example project. Now however I need to write to and read from special registers on the tag i am communicating with, such as the dynamic registers on the ST25DV chip. Its not obvious to me which functions from  ST25R3911B header file I need to use to do this, can someone point me in the right direction? 

 

Thanks,

Patrick

This discussion has been locked for participation. If you have a question, please start a new topic in order to ask your question
1 ACCEPTED SOLUTION

Accepted Solutions
Brian TIDAL
ST Employee

Hi Patrick,

iso15693TxRxNBytes function can be used to send custom commands such as Read Configuration or Read Dynamic Configuration to a ISO15693 tag. Just format the content of your buffer according to the command specification in the tag datasheet and then sent it with iso15693TxRxNBytes.

See also https://community.st.com/t5/st25-nfc-rfid-tags-and-readers/can-i-have-some-guidance-on-how-to-use-the-str25r3111discocomm/td-p/91335 and other post on this community related to iso15693TxRxNBytes.

Rgds

BT

 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
Brian TIDAL
ST Employee

Hi Patrick,

iso15693TxRxNBytes function can be used to send custom commands such as Read Configuration or Read Dynamic Configuration to a ISO15693 tag. Just format the content of your buffer according to the command specification in the tag datasheet and then sent it with iso15693TxRxNBytes.

See also https://community.st.com/t5/st25-nfc-rfid-tags-and-readers/can-i-have-some-guidance-on-how-to-use-the-str25r3111discocomm/td-p/91335 and other post on this community related to iso15693TxRxNBytes.

Rgds

BT

 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.