Regarding card emulation with the NXP PN7150.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Regarding card emulation with the NXP PN7150.

453 Views
nakajima01tomato
Contributor I

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?

0 Kudos
Reply
2 Replies

403 Views
danielchen
NXP TechSupport
NXP TechSupport

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

Tags (1)

399 Views
nakajima01tomato
Contributor I

Daniel, thank you very much. I will investigate the source.

0 Kudos
Reply