2023-07-04 12:00 AM
I am using STM32L476RG board with x-nucleo-NFC05a1 with ST25R3911B chip.
The purpose of our project is to read and write from the tag.
Here is a recommended forum for questions about integrating the code of STM32L476RG board with ST25R3911B board. https://community.st.com/s/question/0D53W000006G1H9SAK/how-to-start-with-st25r3911b-and-is-it-really...
My question:
First picture: can the recommended file X-NUCLEO-NFC05A1.ico be used as a reference or directly?
The second picture: Is it necessary to add only those files, platform.h?
Solved! Go to Solution.
2023-07-04 06:01 AM
Hi,
if your hardware setup is a NUCLEO-L476RG + X-NUCLEO-NFC05A1 then you can direclty use:
I would personnally suggest to use the STSW-ST25R-LIB package and to base your developpment on the polling demo. This demo provides code to read memory blocks from type 2 tags (such a ST25TN) or from type 5 tags (such as ST25TV). It provides also code to send Command-APDU to type 4 tags (such as ST25TA).
Rgds
BT
2023-07-04 06:01 AM
Hi,
if your hardware setup is a NUCLEO-L476RG + X-NUCLEO-NFC05A1 then you can direclty use:
I would personnally suggest to use the STSW-ST25R-LIB package and to base your developpment on the polling demo. This demo provides code to read memory blocks from type 2 tags (such a ST25TN) or from type 5 tags (such as ST25TV). It provides also code to send Command-APDU to type 4 tags (such as ST25TA).
Rgds
BT
2023-08-02 11:23 PM
I am using STM32L476RG board with x-nucleo-NFC05a1 with ST25R3911B chip.
I get an error when reading with the function rfalNfcvPollerReadSingleBlock.
How do I change it?
This is a message to read the card.