<?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: SLIX2 Card SL2S2602 protect page example in NFC</title>
    <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917867#M5601</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;May I ask which software package/IDE are you using for the PN7120?&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;BR,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2019 22:03:43 GMT</pubDate>
    <dc:creator>IvanRuiz</dc:creator>
    <dc:date>2019-08-30T22:03:43Z</dc:date>
    <item>
      <title>SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917866#M5600</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 on SLIX2 tag using reference document from NXP as SL2S2602 with &lt;STRONG&gt;NXP controller PN7120&lt;/STRONG&gt;. What I was trying is to program the tag with all possible security provided by Tag. Here is my procedure,&lt;/P&gt;&lt;P&gt;- Connect&lt;/P&gt;&lt;P&gt;- getRandomNumber&lt;/P&gt;&lt;P&gt;- XorPassword =&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;Utils.xor(Utils.append(rndBlock&lt;SPAN style="color: #cc7832; "&gt;,&lt;/SPAN&gt;rndBlock)!!&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;byteArrayOf&lt;/SPAN&gt;(&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;))&lt;/PRE&gt;&lt;P&gt;- setReadPassword&lt;/P&gt;&lt;P&gt;- setWritePassword&lt;/P&gt;&lt;P&gt;- writePasswordRead (01 as READ_PASSWORD_IDENTIFIER)&lt;/P&gt;&lt;P&gt;- writePasswordWrite (02 as WRITE&lt;SPAN&gt;_PASSWORD_IDENTIFIER&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Till&amp;nbsp;this functionality, I get all response as &lt;EM&gt;success&lt;/EM&gt;, but once I start writing &lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;protect Page&lt;/STRONG&gt;&lt;/SPAN&gt; for each block through,&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;protectPage(0.toByte(), 10.toByte())&lt;/STRONG&gt;&lt;/SPAN&gt;, which internally convert as,&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #629755;"&gt;  |  Flags  | Protect Page |  IC Mfg Code | Optional UID | Page number | Protection Status |
&lt;/SPAN&gt;&lt;SPAN style="color: #629755;"&gt;* |--------+--------------+--------------+--------------+-------------+--------------------|
&lt;/SPAN&gt;&lt;SPAN style="color: #629755;"&gt;* | 8 bits | 8 bits       | 8 bits       | 64 bits      | 8 bits      | 8 bits             |
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;rawCmd(ICODE_CMD_PROTECT_PAGE, NFCV_FLAG_ADDRESS, byteArrayOf(ID_NXP).plus(mUid).plus(pageNum).plus(protectionStatus))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;where I send transceive&lt;STRONG&gt;&amp;nbsp; Cmd: &lt;SPAN style="color: #3366ff;"&gt;0x20 B6 04 UID(8bytes) 00 10,&lt;/SPAN&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;response Cmd: &lt;SPAN style="color: #ff0000;"&gt;01 0F&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have no clue what went wrong. Also there is no sample example for all these password related API's.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any sample for these API will be highly appreciated,&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;Lock Password&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;&amp;nbsp;64Bit Password Protection&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;Protect Page&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;Lock Protect Page&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;Destroy&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;Enable Privacy&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: #003366; font-size: inherit; "&gt;Protect EAS/AFI&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Can somebody help me out with any sample ?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praween&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 00:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917866#M5600</guid>
      <dc:creator>pkumar</dc:creator>
      <dc:date>2019-08-29T00:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917867#M5601</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;May I ask which software package/IDE are you using for the PN7120?&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;BR,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 22:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917867#M5601</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2019-08-30T22:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917868#M5602</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;For IDE, using Android studio for writing application. PN7120 controller is&lt;/P&gt;&lt;P&gt;used in our hardware running Android N aosp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarify the question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2019 16:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917868#M5602</guid>
      <dc:creator>pkumar</dc:creator>
      <dc:date>2019-08-31T16:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917869#M5603</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;Thanks,&amp;nbsp;could you please let us know&amp;nbsp;which is the host controller to which PN7120 is interfaced?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 14:37:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917869#M5603</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2019-09-02T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917870#M5604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;For Host Controller, we are using Qualcomm MSM8909 through I2C interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praween&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 17:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917870#M5604</guid>
      <dc:creator>pkumar</dc:creator>
      <dc:date>2019-09-03T17:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917871#M5605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ivan,&lt;/P&gt;&lt;P&gt;Does my answer clarify the ask? Please let me know your response about it. I am still waiting for answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praween&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 15:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917871#M5605</guid>
      <dc:creator>pkumar</dc:creator>
      <dc:date>2019-09-12T15:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917872#M5606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its been 2 months since this question was posted. May I know the reason why this has not been&amp;nbsp;responded by NXP community?&lt;/P&gt;&lt;P&gt;Please provide some reference implementation from any platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praween&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 06:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917872#M5606</guid>
      <dc:creator>pkumar</dc:creator>
      <dc:date>2019-10-18T06:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: SLIX2 Card SL2S2602 protect page example</title>
      <link>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917873#M5607</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 accept my apologies but the&amp;nbsp;porting to other processors is not supported by NXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 14:25:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SLIX2-Card-SL2S2602-protect-page-example/m-p/917873#M5607</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2019-10-21T14:25:31Z</dc:date>
    </item>
  </channel>
</rss>

