<?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: nt3h2111 cannot activate pass-through in NFC</title>
    <link>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803930#M4025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to know it has been solved on your side, we have docs on that topic, and you may refer to &lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN11579.pdf" title="https://www.nxp.com/docs/en/application-note/AN11579.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN11579.pdf&lt;/A&gt;&amp;nbsp; and &lt;A class="link-titled" href="https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf" title="https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf"&gt;https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf&lt;/A&gt;&amp;nbsp; for more details.&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: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Sep 2018 06:47:02 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2018-09-29T06:47:02Z</dc:date>
    <item>
      <title>nt3h2111 cannot activate pass-through</title>
      <link>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803928#M4023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm developing a board with NT3H2111 NTAG I2C Plus IC. I want to use pass-through mode, but I'm having trouble activating it. I cannot write PTHRU_ON_OFF bit in NC_REG session register. I have no trouble with setting any other bit and reading it back via NFC, but when I set this specific one bit, it doesn't change. I know there need to be both interfaces reachable to activate pass-through, but there are. The alorithm is following:&lt;BR /&gt;-NTAG is powered down, MCU waits for the interrupt from GPIO connected to field detect pin&lt;/P&gt;&lt;P&gt;-when FD goes down (when I stick the phone to the atenna), the interrupt is being asserted&lt;/P&gt;&lt;P&gt;-during an interrupt, I power up the chip (tried powering it non-stop - didn't help) and write the session register NC_REG - I'm setting PTHROUGH_ON_OFF and TRANSFER_DIR bits to 1&lt;/P&gt;&lt;P&gt;-in the meantime I'm polling the PTHROUGH_ON_OFF bit on my phone, but it can never detect it&lt;/P&gt;&lt;P&gt;I tried reading the NC_REG from i2c right after writing it - it stays 0b all the time. What am I missing out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 13:02:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803928#M4023</guid>
      <dc:creator>m_wagrodzki</dc:creator>
      <dc:date>2018-09-27T13:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: nt3h2111 cannot activate pass-through</title>
      <link>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803929#M4024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to cope with the problem myself. You have to write a few times to NC_REG, it will finally hatch. The pseudocode of algorithm I used:&lt;BR /&gt;while(1){&lt;/P&gt;&lt;P&gt;set_NC_REG(0x7D)&lt;/P&gt;&lt;P&gt;wait(4ms)&lt;/P&gt;&lt;P&gt;NS_REG=read_NS_REG&lt;/P&gt;&lt;P&gt;if((NS_REG &amp;amp; 0x10)!=0) break;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;All of this while polling NC_REG for PTHROUGH_ON_OFF on the phone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 07:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803929#M4024</guid>
      <dc:creator>m_wagrodzki</dc:creator>
      <dc:date>2018-09-28T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: nt3h2111 cannot activate pass-through</title>
      <link>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803930#M4025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to know it has been solved on your side, we have docs on that topic, and you may refer to &lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN11579.pdf" title="https://www.nxp.com/docs/en/application-note/AN11579.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN11579.pdf&lt;/A&gt;&amp;nbsp; and &lt;A class="link-titled" href="https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf" title="https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf"&gt;https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf&lt;/A&gt;&amp;nbsp; for more details.&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: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 06:47:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803930#M4025</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-09-29T06:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: nt3h2111 cannot activate pass-through</title>
      <link>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803931#M4026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="vertical-align: baseline; margin: 3.35pt 0in 8.35pt 0in;"&gt;&lt;SPAN style="font-size: 9.5pt; color: black; background: white;"&gt;&lt;A href="https://www.hptechnicalsupportphonenumbersusa.com/hp-customer-care/"&gt;hp customer support&lt;/A&gt; Number provide the support to their user anyone is having some problem then he or she can share your problems here.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 07:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/nt3h2111-cannot-activate-pass-through/m-p/803931#M4026</guid>
      <dc:creator>emnipetro</dc:creator>
      <dc:date>2018-09-29T07:15:49Z</dc:date>
    </item>
  </channel>
</rss>

