Hi community im currently working on NFC module RC663 PLUS ,with LPC55S69 microcontroller .
Problem :
Details :
I have attached the current code im using ,please let me know how do i modify this from polling to LPCD mode and also create IRQ when card is detected.
Thank you and regards
UJWAL
已解决! 转到解答。
Hi,
NfcrdlibTst12_Rc663Lpcd example project is included in the NFC Reader Library. You can download the library corresponding to your device from the Downloads section of the webpage:
Regards,
Eduardo.
Hello @ujwal_kumar_N_L
Hope you are doing well.
Discovery Loop from the NFC reader library may only be designed for POLL mode.
Perhaps you can take a look at the LPCD example from the NFC reader library (NfcrdlibTst12_Rc663Lpcd) and refer to the following articles:
Regards,
Eduardo.
Hi,
NfcrdlibTst12_Rc663Lpcd example project is included in the NFC Reader Library. You can download the library corresponding to your device from the Downloads section of the webpage:
Regards,
Eduardo.