Using MFRC522 NFC with Kinetis KL26 & implementing tag detect interrupt

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

Using MFRC522 NFC with Kinetis KL26 & implementing tag detect interrupt

1,464件の閲覧回数
punitkumar
Contributor IV

Hi

I wish to use MFRC522 NXP reader module for my next design. I need something which interrupt the MCU if a tag is detected so that I need not always keep checking the presence of tag by polling.

Also, where can I found a code to start with?

Regards

Punit Kumar

0 件の賞賛
返信
1 返信

1,246件の閲覧回数
weidong_sun
NXP TechSupport
NXP TechSupport

Hello Punit,

    At first, you should know how to develope software on Kinetis MCU, you need IAR environment and load KSDK into it.

In our KSDK, you can find example code on how to enable and create a interrupt serives.

    On hardware, you need to connect a GPIO of KL26 to INT pin of MFRC522, this is the basic condition to response interrupt from MFRC522.

    note: KSDK is here --- https://mcuxpresso.nxp.com/en/welcome

Hope my advice can help you!


Have a great day,
TIC weidong sun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信