Hi to all,
I'm working on an authentication project that involves the PN7462 and I have a problem while using the chip RF interface.
I have a PNEV7462C board where I made the necessary modifications in order to run at 3.3V.
I therefore don't have access to the TVDD generation.
The board also acts as a SPI slave to another microcontroller that manages its functionalities.
The board can receive different commands such as operations on the GPIO pins or enabling/disabling the CLIF interface.
What I found out is that when I ask for detection on the CLIF interface without finding any card near it the current consumption rises and I the phhalHw_PN7462AU_FieldOff function does not really disable the external field.
Is there a command to avoid this behavior?
I tried implementing a STAND-BY mode, but waking up from SPI does lead to issues while transmitting.
Thank you in advance.