cancel
Showing results for 
Search instead for 
Did you mean: 

Getting started with NFC081A

vlad_04
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Brian TIDAL
ST Employee

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

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

1 REPLY 1
Brian TIDAL
ST Employee

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

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.