<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to speed up discovery loop process when using NFC in NFC</title>
    <link>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808761#M4086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anyone can give some advice , thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2018 05:37:00 GMT</pubDate>
    <dc:creator>zhlcui</dc:creator>
    <dc:date>2018-09-12T05:37:00Z</dc:date>
    <item>
      <title>How to speed up discovery loop process when using NFC</title>
      <link>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808760#M4085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#Hi&amp;nbsp; 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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 01:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808760#M4085</guid>
      <dc:creator>zhlcui</dc:creator>
      <dc:date>2018-09-11T01:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up discovery loop process when using NFC</title>
      <link>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808761#M4086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anyone can give some advice , thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 05:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808761#M4086</guid>
      <dc:creator>zhlcui</dc:creator>
      <dc:date>2018-09-12T05:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up discovery loop process when using NFC</title>
      <link>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808762#M4087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I'm working with 8 bit MCU's and I can tell you that a Discover (REQA + SELECT) doesn't take more than 30ms.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are looking for speed you should&amp;nbsp; probably try&amp;nbsp;this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;F. Coelho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 18:54:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808762#M4087</guid>
      <dc:creator>fernandohcoelho</dc:creator>
      <dc:date>2018-09-13T18:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up discovery loop process when using NFC</title>
      <link>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808763#M4088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;F. Coelho&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;NXP library contains&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;REQA&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I will try your methods, Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 01:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808763#M4088</guid>
      <dc:creator>zhlcui</dc:creator>
      <dc:date>2018-09-17T01:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up discovery loop process when using NFC</title>
      <link>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808764#M4089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;F. Coelho&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;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.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;The&amp;nbsp;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #51626f; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;NXP library contains&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;REQA + Anticollision + select&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I will try your methods, Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 01:49:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-speed-up-discovery-loop-process-when-using-NFC/m-p/808764#M4089</guid>
      <dc:creator>zhlcui</dc:creator>
      <dc:date>2018-09-17T01:49:45Z</dc:date>
    </item>
  </channel>
</rss>

