Skip to main content
Explorer 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

    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

    Mark12Author
    Explorer 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?

    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