Skip to main content
cGosa.1
Senior
February 23, 2023
Solved

How fast can we detect NFC card with ST25r3914 Reader IC .using RFAL stack

  • February 23, 2023
  • 13 replies
  • 2963 views

Hello we have integrated ST NFC RFAL stack with RL78 IC and currently we are able to detect NFC card within 1-2seconds. Is there a way to reduce this time less than 1 second to detect NFC card ?

This topic has been closed for replies.
Best answer by Ulysses HERNIOSUS

Hi,

if those two didn't heavily improve, then: analyze the timing behavior, in a first step use a logic analyzer on SPI + IRQ and find where time is lost, could be SPI speed, CS setup and hold times, incorrect timers in platform, ......

If unsure after a first analysis to ensure correct SPI decoding and looking at timings you can also post a trace here.

BTW: How are you measuring this time to read a card? What are your start and stop signals for this measurement?

Regards, Ulysses

13 replies

cGosa.1
cGosa.1Author
Senior
March 15, 2023

Hi,

I will check this. currently I'm using CAN messages to start and stop the communication so based on request and response from NFC I'm calculating time delay.

Brian TIDAL
Technical Moderator
March 30, 2023

Hi,

is your issue solved?

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.
cGosa.1
cGosa.1Author
Senior
May 3, 2023

Hi,

Current consumption now is coming till 500ms .