2025-10-17 4:59 AM
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.
Solved! Go to Solution.
2025-10-17 5:12 AM
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
2025-10-17 5:12 AM
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