Skip to main content
Visitor II
July 4, 2023
Solved

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

  • July 4, 2023
  • 1 reply
  • 1360 views

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

 

    This topic has been closed for replies.
    Best answer by Brian TIDAL

    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

    1 reply

    Technical Moderator
    July 4, 2023

    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

    FGangAuthor
    Visitor II
    August 3, 2023

    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