<?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>NFC中的主题 Re: How to select sector through RF Interface</title>
    <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661740#M1940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KF Choong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a 1K or 2K NTAG I2C?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the 1K case, SRAM in Pass-through mode is mapped to address &lt;STRONG&gt;0xF0&lt;/STRONG&gt; in Sector 0, which is selected by default, so no need to use the SECTOR SELECT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In either case, pay attention that CRC is a &lt;STRONG&gt;2 bytes&lt;/STRONG&gt; value, not only 1 byte, and that CRC value is not fixed, it must be calculated for every command frame. For sector select the first CRC should be &lt;STRONG&gt;0x29 0x00&lt;/STRONG&gt;. For the second part of the command please notice that the NTAG I2C will not reply (passive ACK):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2227i663FF422F189F1E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to resolve the issue.&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>Thu, 06 Oct 2016 02:44:11 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2016-10-06T02:44:11Z</dc:date>
    <item>
      <title>How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661731#M1931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir / Madam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading and then writing to NXP NTAG I2C 1K using another NFC device - Device&amp;nbsp;A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During reading and writing,&amp;nbsp; Pass Through is constantly ON and then RF wave is constantly emitted to NXP NTAG I2C 1K.&amp;nbsp;&amp;nbsp; I have successfully&amp;nbsp;write to SRAM of &amp;nbsp;NXP NTAG I2C 1K and then read back using device A from NXP NTAG I2C 1K RF interface&amp;nbsp;mapped SRAM address 0xF0.&amp;nbsp; All 64 bytes are able to be read back.&amp;nbsp; However, instead of read it back after &amp;nbsp;NXP NTAG I2C 1K is written (64 bytes) by its host,&amp;nbsp;I&amp;nbsp;write 64 bytes to the Mapped SRAM&amp;nbsp;(0xF0) using device A.&amp;nbsp; This writing operation has failed.&amp;nbsp; Device A has return a timeout message to its host, which also meant that timeout while waiting for packet from NXP NTAG I2C 1K.&amp;nbsp; Failure occurred after send out first packet to NXP NTAG I2C 1K RF interface.&amp;nbsp; There should have ACK send back but no reply from NXP NTAG I2C 1K RF interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have follow this procedure of writing to&amp;nbsp;NXP NTAG I2C 1K RF interface, which is the following sequence:&lt;/P&gt;&lt;P&gt;(1) Select sector 0x00 :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;First packet send&amp;nbsp;to &amp;nbsp;NXP NTAG I2C 1K RF interface : 0xC2, 0xFF, CRC, then wait for ACK from NXP NTAG I2C 1K RF interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Second packet send to NXP NTAG I2C 1K RF interface :&amp;nbsp; 0x00, 0x00, 0x00, 0x00, CRC, then NO REPLY from NXP NTAG I2C 1K RF interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Starting to write to 0xF0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million.&amp;nbsp; Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 09:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661731#M1931</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-09-30T09:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661732#M1932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello KF Choong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to this issue writing to SRAM memory from the RF interface, before writing make sure that the transfer direction is set from RF to I2C interface. For this set the &lt;STRONG&gt;TRANSFER_DIR&lt;/STRONG&gt; bit in the &lt;STRONG&gt;NC_REG&lt;/STRONG&gt; register to &lt;STRONG&gt;1&lt;/STRONG&gt; using the I2C interface. Then if pass-through mode is enabled, you should be able to write to SRAM from the RF interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if the issue persists.&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>Tue, 04 Oct 2016 03:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661732#M1932</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-10-04T03:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661733#M1933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure the Configuration register (I2C Address 0x3A) but not able to change the TRANSFER_DIR bit value.&lt;/P&gt;&lt;P&gt;It is by default 1b (Fro RF to I2C interface).&amp;nbsp; The changes is made&amp;nbsp;when RF wave exist and Pass through is configured.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also modify the REG_LOCK configuration register, by modify REG_LOCK_I2C bit and REG_LOCK_RF bit to both 0b, which also means REG_LOCK =&amp;nbsp; 0x03.&amp;nbsp; unfortunately, I am not able to modify these bits.&amp;nbsp; the REG_LOCK bit is 0x01 after Pass Through is configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help soon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661733#M1933</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-04T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661734#M1934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some testing, and found something:&lt;/P&gt;&lt;P&gt;(1) After configure Pass Through,&amp;nbsp; the direction is RF to I2C.&lt;/P&gt;&lt;P&gt;(2) After configure Pass Through, I write to SRAM, then check the Configuration NC_REG again.&amp;nbsp; The Direction switch to I2C to RF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the writing and observations are done on the I2C interface, with Pass Through and Rf wave ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:54:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661734#M1934</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-04T10:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661735#M1935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello KF Choong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your tests above the step (3) would be to set the direction from RF to I2C. Just pay attention that you need to write to &lt;STRONG&gt;SESSION&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;registers (starting at I2C Address &lt;STRONG&gt;0xFE&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;CONFIGURATION&lt;/STRONG&gt; registers are only used to define the default settings of NTAG I2C after POR (Power On Reset).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your use case I think the REG_LOCK bits should not make any difference.&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>Wed, 05 Oct 2016 00:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661735#M1935</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-10-05T00:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661736#M1936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done accordingly, writing to session register, please check the follow:&lt;/P&gt;&lt;P&gt;Step1&amp;nbsp; :&amp;nbsp; Apply RF wave. (Success)&lt;/P&gt;&lt;P&gt;Step2&amp;nbsp; :&amp;nbsp; Configure Pass Through.&amp;nbsp; (Success)&lt;/P&gt;&lt;P&gt;Step3&amp;nbsp; :&amp;nbsp; Change Transfer Direction to&amp;nbsp;- &amp;nbsp;I2C to RF. (Success)&lt;/P&gt;&lt;P&gt;Step4&amp;nbsp; :&amp;nbsp; I2C Write SRAM. (Success)&lt;/P&gt;&lt;P&gt;Step5&amp;nbsp; :&amp;nbsp; Change Direction to - RF to I2C, the memory has locked to RF. (Success)&lt;/P&gt;&lt;P&gt;Step6 :&amp;nbsp;&amp;nbsp; Awaiting another NFC device&amp;nbsp;(Device A) to write to NXP_NTAG_1K.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(Fail :&amp;nbsp; Device A has fail timeout.&amp;nbsp; It has waited too long for NXP_NTAG_1K&amp;nbsp;acknowledge response)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is&amp;nbsp;the result capture during step 5 :&lt;/P&gt;&lt;TABLE width="327"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border-width: 1pt 0px 1pt 1pt; border-style: solid none solid solid; border-color: windowtext black windowtext windowtext; background-color: #a6a6a6;" width="239"&gt;&lt;STRONG&gt;Expression (Session Register)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; background-color: #a6a6a6;" width="88"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Nc_Reg&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'}' (0x7D)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Ns_Reg&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;')' (0x29)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Last_Ndef_Block&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'\0' (0x00)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Sram_Mirror_Block&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'ø' (0xF8)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Wdt_Ls&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'H' (0x48)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Wdt_Ms&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'\b' (0x08)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 1pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;I2c_Clock_Str&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'.' (0x01)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 02:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661736#M1936</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-05T02:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661737#M1937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see step6 comment.&amp;nbsp; The writing still failing the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Jorge Gonzalez.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 02:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661737#M1937</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-05T02:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661738#M1938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sending the following to NXP_NTAG, through RF interface&amp;nbsp;:&lt;/P&gt;&lt;P&gt;(1) first packet of the select sector command:&amp;nbsp; uint8_t buffer1[] = {0xC2,0xFF,0x28};&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x28 is the CRC, which has proven workable, the same is use in Reading from RF interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reading Mapped SRAM location from RF interface is successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But NXP_NTAG has no ACK send back ad then cause timeout error in device A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 02:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661738#M1938</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-05T02:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661739#M1939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have also try another method, which is I2C read SRAM&amp;nbsp;first follow by RF interface write to mapped SRAM.&lt;/P&gt;&lt;P&gt;The result is still the same, which is device A receive timeout from RF interface when send out sector select command.&lt;/P&gt;&lt;P&gt;I have also capture the status of session register in NXP_NTAG when&amp;nbsp;device A attempt to write to&amp;nbsp;NXP_NTAG.&lt;/P&gt;&lt;P&gt;The write attempt has failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the register status:&lt;/P&gt;&lt;TABLE width="268"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border-width: 1pt 0px 0px 1pt; border-style: solid none none solid; border-color: windowtext black black windowtext; background-color: #a6a6a6;" width="192"&gt;&lt;STRONG&gt;Expression (Session Register)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 0px; border-style: solid solid none; border-color: windowtext windowtext black; background-color: #a6a6a6;" width="76"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 1pt 0px 0.5pt 1pt; border-style: solid none solid solid; border-color: windowtext black windowtext windowtext; background-color: transparent;"&gt;Nc_Reg&lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 0.5pt; border-style: solid; border-color: windowtext; background-color: transparent;"&gt;'}' (0x7D)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Ns_Reg&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'!' (0x21)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Last_Ndef_Block&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'\0' (0x00)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Sram_Mirror_Block&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'ø' (0xF8)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Wdt_Ls&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'H' (0x48)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 0.5pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;Wdt_Ms&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'\b' (0x08)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: 0px 0px 1pt 1pt; border-style: none none solid solid; border-color: black black windowtext windowtext; background-color: transparent;"&gt;I2c_Clock_Str&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: black windowtext windowtext; background-color: transparent;"&gt;'.' (0x01)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 05:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661739#M1939</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-05T05:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661740#M1940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KF Choong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a 1K or 2K NTAG I2C?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the 1K case, SRAM in Pass-through mode is mapped to address &lt;STRONG&gt;0xF0&lt;/STRONG&gt; in Sector 0, which is selected by default, so no need to use the SECTOR SELECT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In either case, pay attention that CRC is a &lt;STRONG&gt;2 bytes&lt;/STRONG&gt; value, not only 1 byte, and that CRC value is not fixed, it must be calculated for every command frame. For sector select the first CRC should be &lt;STRONG&gt;0x29 0x00&lt;/STRONG&gt;. For the second part of the command please notice that the NTAG I2C will not reply (passive ACK):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2227i663FF422F189F1E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to resolve the issue.&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>Thu, 06 Oct 2016 02:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661740#M1940</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-10-06T02:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661741#M1941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Millions of thanks to your reply.&lt;/P&gt;&lt;P&gt;I am using 1K and I have skip the select sector function and straight away write to page 0xF0.&amp;nbsp;&amp;nbsp;NXP_NTAG 1K&amp;nbsp;still timeout.&lt;/P&gt;&lt;P&gt;Then, I recheck again the datasheet.&amp;nbsp; For write action, the timeout is 10ms , but for read action the timeout is 5ms.&amp;nbsp; So far, I have not touch on timeout. The read is successful but write fails.&amp;nbsp; I guess this may be the root cause.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I need your opinion, will this timeout matters or other thing else that might be the root cause ?&lt;/P&gt;&lt;P&gt;Will the time taken for successful write is almost the same as successful read ?&amp;nbsp; If&amp;nbsp;yes,&amp;nbsp; this might not be the root cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, I have not touch on timeout yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Jorge Gonzalez.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661741#M1941</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-06T06:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661742#M1942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To skip sector select command has meant that I have skip to send out packet 1 and packet 2 to NXP_NTAG_1K.&amp;nbsp; I just write to 0xF0 straight away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Jorge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:12:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661742#M1942</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-06T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661743#M1943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, many thanks to you.&lt;/P&gt;&lt;P&gt;Without sector select command, the write function works well.&lt;/P&gt;&lt;P&gt;I am able to read&amp;nbsp;the data&amp;nbsp;written by peer NFC device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 03:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661743#M1943</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-17T03:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661744#M1944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KF Choong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay, I was on a business trip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last thing you asked was about wait times (read vs write), which could indeed be an issue if the reader side is not waiting enough time for the ACK (maximum 10 ms for WRITE command).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your last post I understand that both READ and WRITE are working correctly now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do not hesitate to ask if you still have issues or questions about this subject.&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>Mon, 17 Oct 2016 22:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661744#M1944</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-10-17T22:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661745#M1945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Gonzalez,&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&amp;nbsp; How is your trip ?&amp;nbsp;&amp;nbsp;Is it a foreign country&amp;nbsp;business trip ?&lt;/P&gt;&lt;P&gt;For the wait time, I do not change anything.&amp;nbsp; I finally realise that the failure of Peer NFC device write through RF interface is caused by the unstable RF&amp;nbsp;field itself provided.&amp;nbsp;&amp;nbsp;This unstable has cause the Pass Through in NXP to OFF.&amp;nbsp; I have fixed this, and without sector select command It works.&amp;nbsp; Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I&amp;nbsp;have another problem here.&amp;nbsp; While NXP NTAG 1K is communicating with peer NFC&amp;nbsp;device,&amp;nbsp;&amp;nbsp;this peer NFC device need to be able to read and write (Through RF Interface) &amp;nbsp;NXP NTAG 1K Configuration and session register.&amp;nbsp; I only find brief description (datasheet NT3H1101/NT3H1201.pdf)&amp;nbsp;about read &amp;amp;&amp;nbsp;write to&amp;nbsp;NXP NTAG 1K config and session register through RF interface.&amp;nbsp;&amp;nbsp;I&amp;nbsp;need your guidance on this.&amp;nbsp; Would you please help me on these ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For read NXP NTAG Register (configuration and session) from RF interface:&lt;/P&gt;&lt;P&gt;Is it the same method as reading&amp;nbsp;the mapped SRAM ?&amp;nbsp; in&amp;nbsp;which we just need to&amp;nbsp;read from&amp;nbsp;the memory address.&amp;nbsp;0xF8, 0xF9,&amp;nbsp;0xE8, and 0xE9.&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For&amp;nbsp;write NXP NTAG Register (configuration and session) from RF interface:&lt;/P&gt;&lt;P&gt;Is it the same method as writing&amp;nbsp;the mapped SRAM ?&amp;nbsp; in&amp;nbsp;which we just need to&amp;nbsp;write to&amp;nbsp;the memory address.&amp;nbsp;0xF8, 0xF9,&amp;nbsp;0xE8, and 0xE9.&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, is it we need to follow the method I2C interface read and write to its Configuration and Session Register ?&amp;nbsp;If follow this way, may I know how to fill in the SA address ?&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, may I know how can I modify the Register Lock bytes ?&amp;nbsp; It says that " Once set to 1b, cannot to reset to 0b anymore".&amp;nbsp; May I know what does this means ?&amp;nbsp; If I accidentally set to 1b, then how can I reset it back to 0b ?&amp;nbsp; Or the chip is consider scrapped ?&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your advice.&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice soon.&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661745#M1945</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-18T01:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661746#M1946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KF Choong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My trip went well, thank you for asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your doubts, please see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;For read NXP NTAG Register (configuration and session) from RF interface:&lt;/P&gt;&lt;P&gt;Is it the same method as reading&amp;nbsp;the mapped SRAM ?&amp;nbsp; in&amp;nbsp;which we just need to&amp;nbsp;read from&amp;nbsp;the memory address.&amp;nbsp;0xF8, 0xF9,&amp;nbsp;0xE8, and 0xE9.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Yes, you can use the same READ command as for SRAM. Just notice that session registers are in Sector 3 (addresses 0xF8-0xF9), so you need to use the SECTOR SELECT command first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;For&amp;nbsp;write NXP NTAG Register (configuration and session) from RF interface:&lt;P&gt;Is it the same method as writing&amp;nbsp;the mapped SRAM ?&amp;nbsp; in&amp;nbsp;which we just need to&amp;nbsp;write to&amp;nbsp;the memory address.&amp;nbsp;0xF8, 0xF9,&amp;nbsp;0xE8, and 0xE9.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Session registers cannot be written from RF side, only read is allowed.&lt;/P&gt;&lt;P&gt;- For configuration registers you can use the same WRITE command as for SRAM, using addreses 0xE8-0xE9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="padding: 0px;"&gt;Lastly, may I know how can I modify the Register Lock bytes ?&amp;nbsp; It says that " Once set to 1b, cannot to reset to 0b anymore".&amp;nbsp; May I know what does this means ?&amp;nbsp; If I accidentally set to 1b, then how can I reset it back to 0b ?&amp;nbsp; Or the chip is consider scrapped ?&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- As mentioned in the datasheet, setting bits &lt;STRONG&gt;REG_LOCK_I2C&lt;/STRONG&gt; or &lt;STRONG&gt;REG_LOCK_RF&lt;/STRONG&gt; to 1 is permanent and cannot be reset. This means that write access will be locked from the corresponding interface (I2C and/or RF). You can still write to session registers from the I2C side.&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>Tue, 18 Oct 2016 02:03:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661746#M1946</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-10-18T02:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661747#M1947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to read configuration register through RF Interface (using the normal read method when reading memory), but fail to read session register.&lt;/P&gt;&lt;P&gt;The reason is I am not able to&amp;nbsp;select sector (sector 3) before read (sector 3) 0xF8 and 0xF9 (session register).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 03:12:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661747#M1947</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-18T03:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to select sector through RF Interface</title>
      <link>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661748#M1948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Gonzalez,&lt;/P&gt;&lt;P&gt;The error I get from Peer NFC device when using select sector command is a timeout error, which has the meaning of No Tag or Frame Timeout.&lt;/P&gt;&lt;P&gt;Read and write from sector 0 are successful, which has skip Sector Select command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KF Choong&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 06:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-select-sector-through-RF-Interface/m-p/661748#M1948</guid>
      <dc:creator>kfchoong</dc:creator>
      <dc:date>2016-10-18T06:42:06Z</dc:date>
    </item>
  </channel>
</rss>

