Hello,
When emulating a standard 14A tag with TRF7970A, all is ok with many devices (including phones & tablet)
But when testing with some devices (like Pixel 7A, Pixel 7 Pro), it seems that Android discovering routines includes a NFC-F (Felica) polling between some 14A operations, making the TRF to miss some operations after.
Correct behavior
(without Felica poll)
Signal

SPI Trace

(etc.) - with correct anticoll + NDEF reading
> No real problem to catch WUPA after previous HALT
Strange behavior
(with Felica poll between REQA and WUPA)
Signal

SPI Trace

> Here, it seems the Felica polling after HALT operation prevents to catch the new WUPA. We only have a IRQ about RF (loss), not about a RX.
(maybe not related to only Felica)
Questions
- Is this a normal behavior of the TRF7970A device?
- How to avoid this side effect and allow Android devices to be compatible with the TRF7970A device?
Thank you in advance for help, and sorry if I missed something obvious !