<?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: Card Detection Issue in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974883#M2709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we implement it without using interrupt mechanism.&lt;/P&gt;&lt;P&gt;Means without using any PRESN pin(for interrupt) and queuing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Can you please provide me your support for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2020 12:32:08 GMT</pubDate>
    <dc:creator>sachin_singh</dc:creator>
    <dc:date>2020-02-14T12:32:08Z</dc:date>
    <item>
      <title>Card Detection Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974880#M2706</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 PN7462 card reader with "phExCcid" example.&lt;/P&gt;&lt;P&gt;Whenever I &lt;STRONG&gt;restart&lt;/STRONG&gt; the PC with &lt;STRONG&gt;PN7462-reader&lt;/STRONG&gt; having &lt;STRONG&gt;contact&lt;/STRONG&gt; card &lt;STRONG&gt;connected&lt;/STRONG&gt; into it is &lt;STRONG&gt;not detecting card&lt;/STRONG&gt; which is &lt;STRONG&gt;already&lt;/STRONG&gt;&amp;nbsp;present in reader.&lt;/P&gt;&lt;P&gt;So, Can you please provide the support for the detecting the card after restarting the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for the support ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2020 07:46:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974880#M2706</guid>
      <dc:creator>sachin_singh</dc:creator>
      <dc:date>2020-01-18T07:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Card Detection Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974881#M2707</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;my recommendation would be you check the section 6.2 of the ISO 7816-3&lt;/P&gt;&lt;P&gt;here is an explanation about the activation, cold and warm reset, basically what happens is that if there is no answer&amp;nbsp; between 400 and 40000 clock cycles after rising the edge of the signal on RST ( at time Tb +Tc) , the device shall perform an deactivation&amp;nbsp;&lt;/P&gt;&lt;P&gt;to deactivate the card, you should do it the following order,&lt;/P&gt;&lt;P&gt;RDT shall be put to L&lt;/P&gt;&lt;P&gt;CLK&amp;nbsp; shall be put to L&lt;/P&gt;&lt;P&gt;I/O shall be put to L&amp;nbsp;&lt;/P&gt;&lt;P&gt;VCC shall be deactivated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 6.4 of the ISO 7816-3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 17:26:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974881#M2707</guid>
      <dc:creator>Jonathan_Iglesias</dc:creator>
      <dc:date>2020-01-23T17:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Card Detection Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974882#M2708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand your point for the card activation &amp;amp; deactivation as per the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;section 6.2 of the ISO 7816-3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what if we enable the usb suspend macros :&lt;/P&gt;&lt;P&gt;1. #define PH_EXCCID_USB_IF_USB_SUSPEND_RESUME_FTR 0 /**&amp;lt; Suspend Feature Value = 1 Feature Enabled Value = 0 Feature disabled */&lt;BR /&gt;2. #define PH_EXCCID_USB_IF_USB_REMOTE_WAKEUP_FTR 0 /**&amp;lt; Remote Wake up Value = 1 Feature Enabled Value = 0 Feature disabled */&lt;/P&gt;&lt;P&gt;In "APP_NxpBuild.h" file, then it should need detect right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I am not able to detect the CT card whenever I make enable the above macros from 0 to 1 and restart the PC for the card operations(RD/WR).&lt;/P&gt;&lt;P&gt;So, Can you please let know how can I detect the CT card after restarting the PC using "phExccid" example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 07:45:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974882#M2708</guid>
      <dc:creator>sachin_singh</dc:creator>
      <dc:date>2020-01-27T07:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Card Detection Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974883#M2709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we implement it without using interrupt mechanism.&lt;/P&gt;&lt;P&gt;Means without using any PRESN pin(for interrupt) and queuing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Can you please provide me your support for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2020 12:32:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Card-Detection-Issue/m-p/974883#M2709</guid>
      <dc:creator>sachin_singh</dc:creator>
      <dc:date>2020-02-14T12:32:08Z</dc:date>
    </item>
  </channel>
</rss>

