<?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 PASS_THROUGH_MODE in NFC</title>
    <link>https://community.nxp.com/t5/NFC/PASS-THROUGH-MODE/m-p/628512#M1241</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;the recent weeks I've written NTAG I2C drivers for a new Cortex M4 MCU.&amp;nbsp;Beside one issue&amp;nbsp;everything works well.&lt;/P&gt;&lt;P&gt;The one tricky thing is how to get the SRAM_I2C_READY and the SRAM_RF_READY to be set to 1b. According to the spec sheet this should happen automatically considered PTHRU_DIR is defined and PTHRU_ON_OFF is set to 1b. &amp;nbsp;Also the FD pin is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this is done, all this works, but when the MCU writes to the SRAM, or the Reader writes the the SRAM the respective&amp;nbsp;SRAM_I2C_READY or&amp;nbsp;SRAM_RF_READY never&amp;nbsp;get set to 1b.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PASS_THROUGH_MODE the SRAM gets activated in sector 1 and gets reduced to 16bytes overall. From F0 to FF. &amp;nbsp;So, I have written one page to the SRAM from the RF side. I've also tried it with writing the whole block in a go to the SRAM from the RF side but&amp;nbsp;SRAM_I2C_READY never gets set to 1b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom Fuerstner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 20:55:50 GMT</pubDate>
    <dc:creator>thomasfuerstner</dc:creator>
    <dc:date>2017-01-18T20:55:50Z</dc:date>
    <item>
      <title>PASS_THROUGH_MODE</title>
      <link>https://community.nxp.com/t5/NFC/PASS-THROUGH-MODE/m-p/628512#M1241</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;the recent weeks I've written NTAG I2C drivers for a new Cortex M4 MCU.&amp;nbsp;Beside one issue&amp;nbsp;everything works well.&lt;/P&gt;&lt;P&gt;The one tricky thing is how to get the SRAM_I2C_READY and the SRAM_RF_READY to be set to 1b. According to the spec sheet this should happen automatically considered PTHRU_DIR is defined and PTHRU_ON_OFF is set to 1b. &amp;nbsp;Also the FD pin is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this is done, all this works, but when the MCU writes to the SRAM, or the Reader writes the the SRAM the respective&amp;nbsp;SRAM_I2C_READY or&amp;nbsp;SRAM_RF_READY never&amp;nbsp;get set to 1b.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PASS_THROUGH_MODE the SRAM gets activated in sector 1 and gets reduced to 16bytes overall. From F0 to FF. &amp;nbsp;So, I have written one page to the SRAM from the RF side. I've also tried it with writing the whole block in a go to the SRAM from the RF side but&amp;nbsp;SRAM_I2C_READY never gets set to 1b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom Fuerstner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:55:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PASS-THROUGH-MODE/m-p/628512#M1241</guid>
      <dc:creator>thomasfuerstner</dc:creator>
      <dc:date>2017-01-18T20:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: PASS_THROUGH_MODE</title>
      <link>https://community.nxp.com/t5/NFC/PASS-THROUGH-MODE/m-p/628513#M1242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The size of the SRAM in NTAG I2C is not 16 bytes, but 64 bytes. From NFC side it is mapped as 16 pages, 4 bytes each. From I2C side it is mapped as 4 blocks, 16 bytes each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;SRAM_I2C_READY&lt;/STRONG&gt; bit is only set after writing to the terminator page from the NFC side, i.e. page FF (last 4 bytes). See the next illustration from datasheet:&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/14354i9F9AAEEC8F106A38/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;The attached presentation can also bring clarity about Pass-through mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 03:20:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PASS-THROUGH-MODE/m-p/628513#M1242</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2017-02-17T03:20:24Z</dc:date>
    </item>
  </channel>
</rss>

