<?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>NFC中的主题 Re: Stay quiet example for ICODE SLIX2?</title>
    <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874735#M5035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, please refer to line 1364 of phpalSli15693.c for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75187i70348C5EC710655C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2019 06:08:19 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2019-02-20T06:08:19Z</dc:date>
    <item>
      <title>Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874734#M5034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I need to read UIDs of all Type V tags in front of the reader. I have extended the NfcrdlibEx5_ISO15693 example and changed PHAC_DISCLOOP_CONFIG_TYPEV_DEVICE_LIMIT and PHAC_DISCLOOP_CFG_MAX_VICINITY_CARDS_SUPPORTED which works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, sometimes I only see a subset of tags (or even only one of them tags) so the results are not very consistent. So I would like to use the STAY QUIET command to temporarily disable tags which have been already detected. Could you please provide some example code for that? I tried phpalSli15693_Sw_StayQuietPersistent() but it returned error code ending with 0x80 which is the "Starting number of custom error codes".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;DEBUG_PRINTF("\nType V / ISO 15693 / T5T Detected!\n");
for (size_t i = 0; i &amp;lt; wNumberOfTags; i++) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Print UID */
&amp;nbsp;&amp;nbsp;&amp;nbsp;DEBUG_PRINTF ("\nUID %u: ", i);
&amp;nbsp;&amp;nbsp;&amp;nbsp;phApp_Print_Buff(pDiscLoop-&amp;gt;sTypeVTargetInfo.aTypeV[i].aUid, 0x08);

&amp;nbsp;&amp;nbsp; status = phacDiscLoop_Sw_Int_ActivateV(pDiscLoop, i);
&amp;nbsp;&amp;nbsp;&amp;nbsp;CHECK_STATUS(status);

&amp;nbsp;&amp;nbsp; status = phpalSli15693_Sw_StayQuietPersistent(pDiscLoop-&amp;gt;pPalSli15693DataParams);
&amp;nbsp;&amp;nbsp;&amp;nbsp;CHECK_STATUS(status);
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam Heinrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874734#M5034</guid>
      <dc:creator>adamheinrich</dc:creator>
      <dc:date>2019-02-19T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874735#M5035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, please refer to line 1364 of phpalSli15693.c for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75187i70348C5EC710655C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 06:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874735#M5035</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-20T06:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874736#M5036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for your reply. The code you are referring to is some wrapper which just directly calls the function. I was more interested in how to actually use it (i.e. how to integrate it into program flow) -- could you please help me with that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function &lt;EM&gt;phpalSli15693_Sw_StayQuietPersistent()&lt;/EM&gt; needs a pointer to &lt;EM&gt;phpalSli15693_Sw_DataParams_t&lt;/EM&gt; and I am not sure where to get and how to specify the tag to communicate with. My strategy in the code above was to first activate the tag and then pass pointer to &lt;EM&gt;phacDiscLoop_Sw_DataParams_t.pPalSli15693DataParams to&lt;/EM&gt; the function but this did not work and I am unable to fund what is the correct way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and have a nice day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 12:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874736#M5036</guid>
      <dc:creator>adamheinrich</dc:creator>
      <dc:date>2019-02-20T12:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874737#M5037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the following for how to get the right pointer for this function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75110iC04D06C395915F47/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please use "PH_COMP_PAL_SLI15693" to get the right pointer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 06:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874737#M5037</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2019-02-21T06:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874738#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you. I can get the pointer but&lt;EM&gt; phpalSli15693_Sw_StayQuietPersistent()&lt;/EM&gt; still returns the abovementioned error 0x0A80. Value 0x80 is "Starting number of custom error codes" according to ph_Status.h which is not very informative. Can you please explain this error code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is calling &lt;EM&gt;phacDiscLoop_Sw_Int_ActivateV()&lt;/EM&gt; followed by &lt;EM&gt;phpalSli15693_Sw_StayQuietPersistent()&lt;/EM&gt; the correct sequence?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 09:30:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874738#M5038</guid>
      <dc:creator>adamheinrich</dc:creator>
      <dc:date>2019-02-21T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874739#M5039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, thank you for your help, I now have a working code with &lt;EM&gt;phpalSli15693_Sw_StayQuiet()&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that the tags I have do not support the "stay quiet persistent" command, which is why &lt;EM&gt;phpalSli15693_Sw_StayQuietPersistent()&lt;/EM&gt; fails and &lt;EM&gt;phpalSli15693_Sw_StayQuiet()&lt;/EM&gt; does not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 09:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874739#M5039</guid>
      <dc:creator>adamheinrich</dc:creator>
      <dc:date>2019-02-22T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stay quiet example for ICODE SLIX2?</title>
      <link>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874740#M5040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why error 0x0A80? how to do ,then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2019 06:42:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Stay-quiet-example-for-ICODE-SLIX2/m-p/874740#M5040</guid>
      <dc:creator>823124394</dc:creator>
      <dc:date>2019-12-24T06:42:16Z</dc:date>
    </item>
  </channel>
</rss>

