Hello!
I have got a LPC82xx dev board along with PN7150 pluggable board. I downloaded the example code and, after it worked, I started playing with the code to gain understanding of how it does what.
I cannot understand how I shall adapt this working example to my application: which file do i have to change? How do i know in what order call Nxp_Nci functions outside the library example files? Is it safe to do it or it's better to modify the call logic of source code like "nfc_task.c" etc? How do I authenticate on a MIFARE card if i dont select "RAW EXCHANGE" in the compilation options (it doesn't work in normal NDEF read/write)?
Thank you.
Hello,
I would recommend to please follow the example's flow staring in the main.c. Please see how every part is initialized and the nfc_task is executed. It would be easier to take the example as a base and add your implementations.
Best regards,
Ivan.