IRQ IN CLRC663 NFC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IRQ IN CLRC663 NFC

2,293件の閲覧回数
ujwal_kumar_N_L
Contributor III

Hi Community ,
I'm working on NFC Module by NXP (CLRC663) plus NFC Frontend Development kit .Im trying to make ure IRQ is generated when  card is placed.

Board used -LPC55S69
NFC Reader -RC663 
Mode is polling mode example code from the library .
Using RTOS 

Problem 
1)Need to make sure that when a card is placed an interrupt is generated and this makes the system wakeup(Sleep mode in lpc55s69).
2)There is continuous IRQ generated by the LPC55S69 ,to make sure the Reader is active can this be controlled ?? Or is best i go for LPCD mode??any suggestions.

Application:
Make sure the NFC reader read a card and send the IRQ which wakes the LPC55S69 from sleep mode and the read id if matched with the id in the local data base the LPC performs an action 

Thank you and Regards 
UJWAL 

タグ(1)
0 件の賞賛
返信
7 返答(返信)

2,279件の閲覧回数
EduardoZamora
NXP TechSupport
NXP TechSupport

Hello @ujwal_kumar_N_L

Hope you are doing well.

I apologize for the confusion; please, consider using NfcrdlibEx6_LPCD (instead of NfcrdlibTst12_Rc663Lpcd) example project from the NFC Reader Library as a reference for your development, as it is the recommended example for LPCD.

Also, you may find the Low Power Card Detection Application Note useful; this document describes the principle of the low power card detection (LPCD) offered by the CLRC663, MFRC631, MFRC630 and SLRC610.

Regards,
Eduardo.

0 件の賞賛
返信

2,263件の閲覧回数
ujwal_kumar_N_L
Contributor III
Any information regarding IRQ??
0 件の賞賛
返信

2,253件の閲覧回数
EduardoZamora
NXP TechSupport
NXP TechSupport

Hi,

As described in the CLRC663 Low Power Card Detection App Note, during the LCPD Detection the CLRC663 should disable the host interface and run the LPCD function. As soon as a card detunes the antenna from the “no card” state, the CLRC663 should wake up and send an IRQ to wake up the host µC. Section 3.4.3 of this document shows a flow chart of the LPCD.

You can find more information on Interrupt Controller in the CLRC663 and CLRC663 plus Data Sheet, Section 8 Functional description; and perhaps you may find useful the following App Note: Using the RC663 without library.

Regards,
Eduardo.

0 件の賞賛
返信

2,201件の閲覧回数
ujwal_kumar_N_L
Contributor III
Hi,
im using the discovery example with lpcd ,The MIFARE card gets detected but the card with NTAG doesn't .
How do i detune and tune the antenna ??Does it happen automatically or do i need to configure it?
0 件の賞賛
返信

2,190件の閲覧回数
EduardoZamora
NXP TechSupport
NXP TechSupport

Hi,

What is the NTAG device you are using? Also, what is the procedure you are using to verify that MIFARE card is being detected, but not the NTAG?

Could you please confirm if both the MIFARE and the NTAG can be detected by using the basic discovery loop (with no LPCD)?

Detuning should be automatically performed. As soon as a card (or any other PICC) loads and detunes the antenna, the CLRC663 should wake up, and the application would resume if a card caused the detected detuning of the antenna.

Regards,
Eduardo.

0 件の賞賛
返信

2,169件の閲覧回数
ujwal_kumar_N_L
Contributor III
Hi,
NTAG card gets detected using discovery loop ,when i enable the LPCD in discovery loop ,the NTAG takes a lot of time to get detected (After changing the angle and placing it multiple times in Reader ).After detection I'm printing the NFC Card ID to verify the Card detection .
Regards,
UJWAL
0 件の賞賛
返信

2,144件の閲覧回数
EduardoZamora
NXP TechSupport
NXP TechSupport

Hi,

Thank you for the information.

Could you please provide more details on what is the NTAG device you are using?

Also, is it possible for you to share a picture of your setup?

Regards,
Eduardo.

0 件の賞賛
返信