Hello,
We are developing a new project using PN5180 in Autocoll mode. In our custom firmware I can comunicate to PN5180 and configure it to be in card Emulation Mode until the reader activates the card.
After receiving the RATS command from the reader, I can transmit ATS and the IRQ_STATUS register confirm that.
The problem is that I never receive the SELCT command wich should be the next one after sending ATS.
I can not find any documentation related with the full functionallity of Autocoll mode.
Can you help me please?
Here I describe every step I do until I get this problem:
Thank You
已解决! 转到解答。
Hi,
NXP library examples are developed to be used with NXP evaluation boards. To run HCE example on your own hardware configuration, it must have the same microcontroller and the same NFC interface. For your project with the custom hardware, you need to build your own library.
Hello, there is an example code from NXP, you can check the whole process of the card emulation. I didn't find any document explaining how to do that, but the source code should be enough.
Hello,
You can test the NXP library with the PNEV180BM evaluation board, the HCE exapmle works fine. Now, if you want to use another microcontroller architecture, you have to build your own library.
Yeah, I know and it's probably what I have to do in the future.
But, just for now, I'd like to replicate in my architecture the card emulation example. If I run the example of the library, Am I able to see the source code/enter in debug to study step by step the card emulation procedure?
Thanks
Hi,
NXP library examples are developed to be used with NXP evaluation boards. To run HCE example on your own hardware configuration, it must have the same microcontroller and the same NFC interface. For your project with the custom hardware, you need to build your own library.