cancel
Showing results for 
Search instead for 
Did you mean: 

ST25R200 without IRQ

Mark12
Associate

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

3 REPLIES 3
Brian TIDAL
ST Employee

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.

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?

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