Using MFRC522 NFC with Kinetis KL26 & implementing tag detect interrupt

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

Using MFRC522 NFC with Kinetis KL26 & implementing tag detect interrupt

917 次查看
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 回复

699 次查看
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 项奖励