Hello NXP community. I am using PN7150 on a NFC reader to talk with nRF52 NFC device.
now PN7150 has connected with nRF52. But when nRF52 receiving a custom command, it will go into an interrput which cause NFC peripheral stopped for 10~300ms (maybe longer).
According to the state machine drawing in UM10936, once PN7150 discover a tag, it goes into RFST_POLL_ACTIVE state. When PN7150 has detected a timeout or an unrecoverable protocol error during the RF communication with the PICC, it will autonomously come back to RFST_DISCOVERY state.
So I think PN7150 must have a periodical device present check or timeout check in RFST_POLL_ACTIVE state.
Is there anyway to change the timeout setting or retry setting in PN7150 so that it will not come back to RFST_DISCOVERY even when the tag stop working for a while.