I am using STM32L476RG board with x-nucleo-NFC05a1 with ST25R3911B chip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-04 6:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-04 6:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
