ST25R3911B IRQ timing requirements
We are evaluating ST25R3911B using the X-NUCLEO-NFC05A1 board, with our custom IMX6 system. We have tried RFAL with the nfc_poller_st25r3911 example. Initially, no tag was found. We determined that the problem was our long IRQ handling. Since we had connected the IRQ to an IO expander rather than directly to the CPU, IRQ response time was about 2 ms, and no tag was found. Apparently this is due to overlapping IRQs. After connecting IRQ directly to the CPU, IRQ response time was about 0.2 ms and tags are correctly found.
Is this a known issue or limitation? Can it be solved in software/RFAL, or is it necessary to use "fast" IRQ pins?
