cancel
Showing results for 
Search instead for 
Did you mean: 

I am using STM32L476RG board with x-nucleo-NFC05a1 with ST25R3911B chip.

FGang
Associate II

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?

FGang_0-1688453976882.pngFGang_1-1688453991716.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Brian TIDAL
ST Employee

Hi,

if your hardware setup is a NUCLEO-L476RG + X-NUCLEO-NFC05A1 then you can direclty use:

  • the X-CUBE-NFC5 package that provides a ready to use polling demo with project files for common IDE (STM32CubeIDE, Keil µVision and IAR Embedded Workbench)
  • or the STSW-ST25R-LIB package that provides differents demos (including the polling demo) with STM32CubeIDE project files

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

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

2 REPLIES 2
Brian TIDAL
ST Employee

Hi,

if your hardware setup is a NUCLEO-L476RG + X-NUCLEO-NFC05A1 then you can direclty use:

  • the X-CUBE-NFC5 package that provides a ready to use polling demo with project files for common IDE (STM32CubeIDE, Keil µVision and IAR Embedded Workbench)
  • or the STSW-ST25R-LIB package that provides differents demos (including the polling demo) with STM32CubeIDE project files

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

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.

I am using STM32L476RG board with x-nucleo-NFC05a1 with ST25R3911B chip.

I get an error when reading with the function rfalNfcvPollerReadSingleBlock.

FGang_0-1691043752447.png

How do I change it?

This is a message to read the card.

FGang_1-1691043802202.png