<?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: Can't set Device in pass-through mode in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/1605472#M10053</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/166773"&gt;@IvanRuiz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem. I read AN11579 completely. It is not helpful. I can set other bits of NFC_REG. But I can't enable PASS_THROUGH. Even though I repeat to set this bit, it still can't be set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bool bReturn = false;&lt;BR /&gt;&lt;BR /&gt;NTAG_SetTransferDir(ntag_handle, RF_TO_I2C);&lt;BR /&gt;NTAG_GetTransferDir(ntag_handle, &amp;amp;bReturn);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTAG_FD_OFF_FUNCTIONS_T ngat_fd_off;&lt;BR /&gt;NTAG_FD_ON_FUNCTIONS_T ngat_fd_on;&lt;/P&gt;&lt;P&gt;NTAG_SetFDOffFunction(ntag_handle,&lt;BR /&gt;I2C_LAST_DATA_READ_OR_WRITTEN_OR_RF_SWITCHED_OFF_11b);&lt;BR /&gt;NTAG_SetFDOnFunction(ntag_handle, DATA_READY_BY_I2C_OR_DATA_READ_BY_RF_11b);&lt;/P&gt;&lt;P&gt;NTAG_GetFDOffFunction (ntag_handle, &amp;amp;ngat_fd_off) ;&lt;BR /&gt;NTAG_GetFDOnFunction (ntag_handle, &amp;amp;ngat_fd_on) ;&lt;/P&gt;&lt;P&gt;do&lt;BR /&gt;{&lt;BR /&gt;for(ver_num = 0 ; ver_num &amp;lt; 500; ver_num++);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTAG_SetPthruOnOff(ntag_handle, true);&lt;BR /&gt;NTAG_GetPthruOnOff(ntag_handle, &amp;amp;bReturn);&lt;BR /&gt;}while(bReturn != true);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Force the counter to be placed into memory&lt;BR /&gt;volatile static int i = 0 ;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2023 20:59:43 GMT</pubDate>
    <dc:creator>wangwenyu</dc:creator>
    <dc:date>2023-02-24T20:59:43Z</dc:date>
    <item>
      <title>Can't set Device in pass-through mode</title>
      <link>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/730174#M3023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with NT3H2111_2211 and developing an app using it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to have a problem getting the NC_REG in to the right mode. it keeps giving the value 0x3D and never going in to 0x7D. I have done some debugging and the result is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Session Register from Mirrored Session Register (sector 3, block 0xF8)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- PTHRU_ON_OFF = 1b (value: 64)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- PTHRU_DIR = 1b (value: 1)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- FD_ON = 11b (value: 12)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- FD_OFF = 11b (value: 48)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- SRAM_MIRROR_ON_OFF = 1b (value: 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With this the NC_REG still gives 0x3D...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea where I'm going wrong? Is there any specific issue known that could prevent it to get in to pass-through mode?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 13:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/730174#M3023</guid>
      <dc:creator>markussköld</dc:creator>
      <dc:date>2018-03-05T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't set Device in pass-through mode</title>
      <link>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/730175#M3024</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;Please refer to the following Application Note about how to use the pass-through mode:&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 23:48:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/730175#M3024</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2018-03-08T23:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't set Device in pass-through mode</title>
      <link>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/1605472#M10053</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/166773"&gt;@IvanRuiz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem. I read AN11579 completely. It is not helpful. I can set other bits of NFC_REG. But I can't enable PASS_THROUGH. Even though I repeat to set this bit, it still can't be set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bool bReturn = false;&lt;BR /&gt;&lt;BR /&gt;NTAG_SetTransferDir(ntag_handle, RF_TO_I2C);&lt;BR /&gt;NTAG_GetTransferDir(ntag_handle, &amp;amp;bReturn);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTAG_FD_OFF_FUNCTIONS_T ngat_fd_off;&lt;BR /&gt;NTAG_FD_ON_FUNCTIONS_T ngat_fd_on;&lt;/P&gt;&lt;P&gt;NTAG_SetFDOffFunction(ntag_handle,&lt;BR /&gt;I2C_LAST_DATA_READ_OR_WRITTEN_OR_RF_SWITCHED_OFF_11b);&lt;BR /&gt;NTAG_SetFDOnFunction(ntag_handle, DATA_READY_BY_I2C_OR_DATA_READ_BY_RF_11b);&lt;/P&gt;&lt;P&gt;NTAG_GetFDOffFunction (ntag_handle, &amp;amp;ngat_fd_off) ;&lt;BR /&gt;NTAG_GetFDOnFunction (ntag_handle, &amp;amp;ngat_fd_on) ;&lt;/P&gt;&lt;P&gt;do&lt;BR /&gt;{&lt;BR /&gt;for(ver_num = 0 ; ver_num &amp;lt; 500; ver_num++);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NTAG_SetPthruOnOff(ntag_handle, true);&lt;BR /&gt;NTAG_GetPthruOnOff(ntag_handle, &amp;amp;bReturn);&lt;BR /&gt;}while(bReturn != true);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Force the counter to be placed into memory&lt;BR /&gt;volatile static int i = 0 ;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 20:59:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Can-t-set-Device-in-pass-through-mode/m-p/1605472#M10053</guid>
      <dc:creator>wangwenyu</dc:creator>
      <dc:date>2023-02-24T20:59:43Z</dc:date>
    </item>
  </channel>
</rss>

