<?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: Mifare Plus MultiTag detection in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1160832#M42426</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for the delay. I've tried that but I get same result, only one tag detected at a time.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaston&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:44:42 GMT</pubDate>
    <dc:creator>gbassi</dc:creator>
    <dc:date>2020-09-29T16:44:42Z</dc:date>
    <item>
      <title>Mifare Plus MultiTag detection</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1156454#M42319</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are trying to make the multitag detection functionality work with MIFARE PLUS tags and CLRC663, using the nxprdr lib v.05.22.01. However, we cannot get the expected result from status after performing discloop run.&lt;/P&gt;&lt;P&gt;The expected result for that case should be 0x008AU (PHAC_DISCLOOP_MULTI_DEVICES_RESOLVED).&lt;/P&gt;&lt;P&gt;However, we only receive 0x008BU (PHAC_DISCLOOP_MULTI_DEVICES_RESOLVED).&lt;/P&gt;&lt;P&gt;We wonder if there is any steps or configuration we have to consider besides our current steps. We want to use discloop API.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 18:42:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1156454#M42319</guid>
      <dc:creator>gbassi</dc:creator>
      <dc:date>2020-09-21T18:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mifare Plus MultiTag detection</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1157900#M42355</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. Could you check the following post?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/NFC-Knowledge-Base/Activating-multiple-Tags-using-NFC-Reader-Library/ta-p/1111941" target="_blank"&gt;Activating multiple Tags using NFC Reader Library&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 16:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1157900#M42355</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-09-23T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mifare Plus MultiTag detection</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1160832#M42426</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for the delay. I've tried that but I get same result, only one tag detected at a time.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaston&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1160832#M42426</guid>
      <dc:creator>gbassi</dc:creator>
      <dc:date>2020-09-29T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mifare Plus MultiTag detection</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1163563#M42480</link>
      <description>&lt;P&gt;Hi Gaston,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just changed these sections and worked it correctly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NxpNfcRdLib&amp;gt;intfs&amp;gt;phacDiscLoop.h&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;change&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;#define PHAC_DISCLOOP_CFG_MAX_CARDS_SUPPORTED                 0x02U&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NfcrdlibEx2_BasicDiscoveryLoop.c&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;add&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt; /*Passive max typea devices*/
status = phacDiscLoop_SetConfig(pDiscLoop, PHAC_DISCLOOP_CONFIG_TYPEA_DEVICE_LIMIT, 2); 
CHECK_STATUS(status);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Multiple tags.png" style="width: 849px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126835i3F5946B09291D6C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Multiple tags.png" alt="Multiple tags.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 17:02:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Mifare-Plus-MultiTag-detection/m-p/1163563#M42480</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-10-06T17:02:06Z</dc:date>
    </item>
  </channel>
</rss>

