#Hi I am using CLRC663 To read NTAG213 TAG,and software using NXP NFC lib, and I found that it will spend about 600mS to discovery the tag, How to speed up this process.
Hello,
It's not really a response for your trouble but it may help. I don't know how all Abstraction Layers of NXP lib were constructed so it will probably always be slower than directly access the 663. PC has a lot of drivers, there is the communication with the Arm processor and after all that the Arm processor access the 663 SPI bus (in case of the Dev Board). To many steps.
I'm working with 8 bit MCU's and I can tell you that a Discover (REQA + SELECT) doesn't take more than 30ms.
If you are looking for speed you should probably try this approach.
Regards,
F. Coelho
Hello F. Coelho
thanks very much. I used your methods before I select the NXP library. I think application will be externed easylly when using lib.So I port it to my mcu.
The NXP library contains REQA + Anticollision + select
I will try your methods, Thanks a lot.
Hello F. Coelho
thanks very much. I used your methods before I select the NXP library. I think application will be externed easylly when using lib.So I port it to my mcu.
The NXP library contains REQA
I will try your methods, Thanks a lot.
Hi anyone can give some advice , thanks