NXP PN512 working with IRQ

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

NXP PN512 working with IRQ

1,697件の閲覧回数
januszjonski
Contributor II

HI,

I want to use NxpRdLib in order to create mifare card reader using module PN512. All functions works fine under LPC1519JBD100e, but my program is blocked for 250 - 380 ms when I run function "status = phacDiscLoop_Run(&sDiscLoop, wEntryPoint);". 

How can I configure PN512 to receive no-blocking communication. Is there any example. 

ラベル(1)
タグ(2)
0 件の賞賛
返信
2 返答(返信)

1,677件の閲覧回数
januszjonski
Contributor II

None of examples is using IRQ line from PN512. Function phacDiscLoop_Run is waiting until all instruction are done. So you can't do anything else during this time. Maybe there is some example based on interrupts, but I can't find it.

0 件の賞賛
返信

1,685件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi

It is hard to know the root cause from your description, you can trace into function phacDiscLoop_Run.  

There is a Ex10 demo for MIFARE DESFire. It is under NDA.

Regards

Daniel

0 件の賞賛
返信