<?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 Disable RF in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028857#M3193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the process you want to follow ? Just to understand completely what you are trying to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it&amp;nbsp; Turn ON Field -&amp;gt; Detect CL card -&amp;gt; Turn Off field -&amp;gt; Detect CT card -&amp;gt; Repeat ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Which is your final application ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2020 01:25:49 GMT</pubDate>
    <dc:creator>stephanie_m</dc:creator>
    <dc:date>2020-01-29T01:25:49Z</dc:date>
    <item>
      <title>How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028854#M3190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on the PN7462AU Eval Kit for the Contactless(CL) card &amp;amp; Contact(CT) card reader with "phExCcid" example.&lt;/P&gt;&lt;P&gt;And I need to switch OFF the RF and only need to ON the functionality for the Contact(CT) card only.&lt;/P&gt;&lt;P&gt;How can we switch OFF the RF functionality / field (I want to stop detecting the CL card) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Manva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2020 06:24:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028854#M3190</guid>
      <dc:creator>trivedimanva</dc:creator>
      <dc:date>2020-01-18T06:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028855#M3191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the &lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;phhalHw_FieldOff&lt;/EM&gt; &lt;/SPAN&gt;API ?You can see an example of its usage in the &lt;EM style="color: #993366; "&gt;phExCcid_Clif.c&lt;/EM&gt; file in the same example you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 21:32:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028855#M3191</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-01-21T21:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028856#M3192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/estephania_martinez"&gt;estephania_martinez&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your above mentioned API "&lt;EM style="color: #0000ff; background-color: #ffffff; border: 0px;"&gt;phhalHw_FieldOff&lt;/EM&gt;", But the RF field is still ON &amp;amp; it detects the CL card.&lt;/P&gt;&lt;P&gt;I am sharing screenshot were I have placed the API for your reference, If I am wrong &amp;amp; then please me know from where I have to call or place the API to switch OFF the RF-Field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="RF_API_REPLY_SCR_SHOT_2.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100097i3F30BBD84C38BC6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="RF_API_REPLY_SCR_SHOT_2.PNG" alt="RF_API_REPLY_SCR_SHOT_2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have called this function just before the CLIF function started in "phExCcid_ClifTask" function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Manva Trivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 07:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028856#M3192</guid>
      <dc:creator>trivedimanva</dc:creator>
      <dc:date>2020-01-27T07:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028857#M3193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the process you want to follow ? Just to understand completely what you are trying to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it&amp;nbsp; Turn ON Field -&amp;gt; Detect CL card -&amp;gt; Turn Off field -&amp;gt; Detect CT card -&amp;gt; Repeat ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Which is your final application ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2020 01:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028857#M3193</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-01-29T01:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028858#M3194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/estephania_martinez"&gt;estephania_martinez&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Which is your final application ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;-&amp;gt; I am using "phExCcid" example for my application. I need to switch OFF the RF and just run the CT interface only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I need only CT operation &amp;amp; not CL operation. So I am looking for the deactivation RF in starting up code as you mentioned the steps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I just want to use only CT functionality, not the CL from "phExccid" example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Manva Trivedi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2020 04:52:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028858#M3194</guid>
      <dc:creator>trivedimanva</dc:creator>
      <dc:date>2020-02-01T04:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028859#M3195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not using the RF, have you tried not calling the initialization of the device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 20:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028859#M3195</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-02-03T20:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028860#M3196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/estephania_martinez"&gt;estephania_martinez&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried to do that but then after it goes to unknown state(say it hangs) and also stop detecting the CT card.&lt;/P&gt;&lt;P&gt;Can you please let know some another way to disable the RF field, through only CT will able to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Manva Trivedi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 12:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028860#M3196</guid>
      <dc:creator>trivedimanva</dc:creator>
      <dc:date>2020-02-04T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028861#M3197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are not using the RF, is there a specific reason why you are using that example ? You can check the &lt;EM style="color: #993366; "&gt;PN7462AU_ex_phExCt&lt;/EM&gt; and this might be easier for you to use and have the CT interface.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 18:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028861#M3197</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-02-11T18:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028862#M3198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/estephania_martinez"&gt;estephania_martinez&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through your suggested Example - "&lt;EM style="color: #993366; background-color: #ffffff; border: 0px;"&gt;PN7462AU_ex_phExCt&lt;/EM&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;", which for the&amp;nbsp;simple polling for contact cards and the only difference is that&amp;nbsp;they used transaction static predefined packets.&lt;/P&gt;&lt;P&gt;And they didn't used any read &amp;amp; Write functionality into it, Like in the "phExCcid" example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even I have also gone through another example - "PN7462AU_ex_ phExCT7816", which is same nearly, Which is not support to my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use SAM card for the my operation(RD/WR) with "phExccid" example.&lt;/P&gt;&lt;P&gt;That why I am using the "phExccid"-example for the application development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Can you please share me the another way to switch OFF the RF field in "phExccid"-Example or if can share me any&amp;nbsp; Function or API through which I can switch of the Field properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 11:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028862#M3198</guid>
      <dc:creator>trivedimanva</dc:creator>
      <dc:date>2020-02-12T11:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Disable RF</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028863#M3199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try the stand by mode, please help me check this post to verify if this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/453296"&gt;https://community.nxp.com/thread/453296&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 03:26:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-Disable-RF/m-p/1028863#M3199</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-02-25T03:26:20Z</dc:date>
    </item>
  </channel>
</rss>

