PN7150 - How to use NXPNCI library

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PN7150 - How to use NXPNCI library

1,565 次查看
mircofranchetti
Contributor I

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.

0 项奖励
回复
1 回复

1,293 次查看
IvanRuiz
NXP Employee
NXP Employee

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.

0 项奖励
回复