cancel
Showing results for 
Search instead for 
Did you mean: 

STEVAL-25R200SA Kit – Tag Detection Issue

itanuj_KI
Visitor

Hello,

I have purchased the "STEVAL-25R200SA – Discovery Kit for the ST25R200 high-performance NFC device" and attempted to run the sample application STSW-ST25R020 (Firmware for STEVAL-25R200 kit) available on the portal.

I was able to build and flash the code successfully; however, the reader is unable to detect the tag when it is presented. Additionally, I do not see any output (Even with USE_LOGGER=LOGGER_ON) on the Tera Term terminal.

Interestingly, when I use the same firmware along with the ST25R200 Eval GUI PC application, the reader appears to wake up, detect tags, and return to sleep mode as expected but no output on the Tera Term terminal.

Could anyone assist me in identifying the issue and provide guidance on how to resolve it?

 

Thanks & Regards,

Tanuj

4 REPLIES 4
Brian TIDAL
ST Employee

Hi,

the STSW-ST25R020 is intended to be used with the ST25R200 Eval GUI PC application through the STLink Virtual Com Port (VCP). As the STLink VCP is used for the communication between the STEVAL-25R200A board and the PC, it cannot be used for printf traces. A DLL is provided on PC side with the various exported API for the development of custom PC applications.

The ST25R200 Eval GUI PC application can be used to set the STEVAL-25R200A board in a standalone demo mode  (see the "Reader + Tag demo" tab). In this mode, the behavior of the LEDs can be customized by the user. See section 3.2 Reader+Tag Demo tab in the User Manual UM3364 for more information.

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.

Hello Brian,

Thank you for the quick response and for confirming that the STSW-ST25R020 firmware is intended to work with the ST25R200 Eval GUI.

I am planning to develop an application using the NFC functionality. Could you please advise if there is any sample application available that can be used as a starting point? Having such a reference would help save time during development.

Best regards,

Tanuj

Brian TIDAL
ST Employee

Hi Tanuj

Do you plan to develop an embedded application (i.e. fully running on the STM32G0 MCU of the STEVAL-25R200A board) or a PC application communicating with the STEVAL-25R200A board through the STLink VCP?

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.

Hello Brian,

Yes, I have a plan to develop an embedded application running on the STM32G0 MCU.

Best Regards,

Tanuj