Skip to main content
Associate II
July 29, 2025
Solved

ST25R200 without IRQ

  • July 29, 2025
  • 1 reply
  • 246 views

Is it possible to use RFAL with ST25R200/R100 without utilizing the additional IRQ / EXTI Line? So just the SPI connection?

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

Hi Mark12,

for our code the pin is necessary. You could try patching it to always read interrupt status register, but to date not foreseen.

Ulysses

1 reply

Brian TIDAL
Technical Moderator
July 29, 2025

Hi,

I suggest referring to the RF/NFC abstraction layer (RFAL) user manual UM2890 for detailed information about the ST25R reader interrupt management.

Can you share the reason for not using the interrupt line?

You can try to enable ST25R_POLL_IRQ.

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.
Mark12Author
Associate II
July 29, 2025

Thanks for the Info. I checked it and tried with, ST25R_POLL_IRQ. From my tests and by looking at the code it seems that the Pin connection itself is still mandatory. The difference is just if the pin status is read either by irq or by polling. But the pin itself being present is still mandatory?

Ulysses HERNIOSUS
Technical Moderator
July 29, 2025

Hi Mark12,

for our code the pin is necessary. You could try patching it to always read interrupt status register, but to date not foreseen.

Ulysses