Skip to main content
Graduate
October 17, 2025
Solved

Getting started with NFC081A

  • October 17, 2025
  • 1 reply
  • 147 views

Hi. I bought a set of "NUCLEO-L476RG" and "NUCLEO-NFC08A1".
The "X-CUBE-NFC6" library for the "NUCLEO-L476RG" contains examples of "NFC08A1_PollingTagDetect" and "NFC08A1_PollingTagDetectNDEF."

How do I run them in the STM32 IDE?
Which one should I use to read the tags and output data via UART?

Please, could you help with that? I'm a beginner with NFC and all my attempts to run it - failed.
The instructions included with the library are uninformative.

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

    Hi,

    just go to <yourHomeDir>\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-NFC6\3.1.0\Projects\NUCLEO-L476RG\Applications\NFC08A1_PollingTagDetect\STM32CubeIDE, launch the .project or the .cproject in STM32CubeIDE

    Build the project and flash it.

    Open a terminal (e.g.TeraTerm) on the STMicroelectronics STLink Virtual Com Port at 115200.

    This should work.

    You can also directly download the pre-build binary available in <yourHomeDir>\\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-NFC6\3.1.0\Projects\NUCLEO-L476RG\Applications\NFC08A1_PollingTagDetect\Binary with STM32CubeProgrammer

    Rgds

    BT

    1 reply

    Technical Moderator
    October 17, 2025

    Hi,

    just go to <yourHomeDir>\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-NFC6\3.1.0\Projects\NUCLEO-L476RG\Applications\NFC08A1_PollingTagDetect\STM32CubeIDE, launch the .project or the .cproject in STM32CubeIDE

    Build the project and flash it.

    Open a terminal (e.g.TeraTerm) on the STMicroelectronics STLink Virtual Com Port at 115200.

    This should work.

    You can also directly download the pre-build binary available in <yourHomeDir>\\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-NFC6\3.1.0\Projects\NUCLEO-L476RG\Applications\NFC08A1_PollingTagDetect\Binary with STM32CubeProgrammer

    Rgds

    BT