I wish to perform card emulation using the NXP PN7150 controlled via I2C. How can I obtain the information that has been written to the emulated card by the reader/writer using I2C?
Hi
I would suggest you refer to file nxpnic.c.
There are 3 APIs to handle card emulation mode. maybe you can get some information from these API.
NxpNci_ProcessCardMode(...)
NxpNci_CardModeReceive(...)
NxpNci_CardModeSend(...)
Regards
Daniel
Daniel, thank you very much. I will investigate the source.