<?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: pn7150 self test in NFC</title>
    <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752049#M3301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the old buggy library code destroyed the EEPROM of the NCI on the development board I'm using the NCI on the board designed by us, meaning I don't have a full log like the console print from the example.&lt;BR /&gt;I can tell that the response array on the self-test request look like this:&lt;BR /&gt;[x4F, x3D, x01, x06] with response-length 4. Since the first 2 bytes just show that this is a reply to command x2F, x3D and byte 3 is the length of the response (1) the 4th byte is the status and should be 0x00 if everything went fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Jun 2018 21:20:40 GMT</pubDate>
    <dc:creator>normbxl</dc:creator>
    <dc:date>2018-06-10T21:20:40Z</dc:date>
    <item>
      <title>pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752047#M3299</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've tried to use the test-antenna feature of the PN7150 (chapter 12.3 in user guide) but the controller returns a status=0x06, which is not defined in the list of possible status values. In other cases the 0x06 would stand for a semantic error, but I can't see why.&lt;BR /&gt;The code for reading the TxLDO current&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;uint8_t testTxLDO_Cmd[] = {0x2F, 0x3D, 0x02, 0x01, 0x80}; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;uint8_t response[MAX_NCI_FRAME_SIZE]; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;uint16_t respLen; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;NxpNci_HostTransceive(testTxLDO_Cmd, sizeof(testTxLDO_Cmd), &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&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;response, sizeof(response),&amp;nbsp; &amp;amp;respLen); &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;if ((response[0] != 0x4F) || (response[1] != 0x3D) || (response[3] != 0x00)) { &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return NXPNCI_ERROR; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;}&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;float I_txLdo = 0.4f * (float)response[4] + (response[5]==0 ? 50.0f : 20.0f);&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;response[3] is in my case 0x06. Same is true if I use the function NxpNci_FactoryTest_RfOn() from the new Nxp-Library, where basically only the command and parameter is different (0x20, 0x01 at the end).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody had success using the self-test?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:25:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752047#M3299</guid>
      <dc:creator>normbxl</dc:creator>
      <dc:date>2018-06-05T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752048#M3300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to share the NCI log of this issue? Thanks for your patience!&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;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>Thu, 07 Jun 2018 04:45:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752048#M3300</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-06-07T04:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752049#M3301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the old buggy library code destroyed the EEPROM of the NCI on the development board I'm using the NCI on the board designed by us, meaning I don't have a full log like the console print from the example.&lt;BR /&gt;I can tell that the response array on the self-test request look like this:&lt;BR /&gt;[x4F, x3D, x01, x06] with response-length 4. Since the first 2 bytes just show that this is a reply to command x2F, x3D and byte 3 is the length of the response (1) the 4th byte is the status and should be 0x00 if everything went fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2018 21:20:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752049#M3301</guid>
      <dc:creator>normbxl</dc:creator>
      <dc:date>2018-06-10T21:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752050#M3302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information! Would you please help to check the Manufacturer Specific Information in [NCI] CORE_INIT_RSP on your side? We may have the firmware version info from this. Please kindly refer to the following for details.&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/26495i96B6321428D9E3B5/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;Thanks for your patience!&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>Tue, 12 Jun 2018 02:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752050#M3302</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-06-12T02:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752051#M3303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kan,&lt;/P&gt;&lt;P&gt;here is a screenshot of the full 28 bytes of the CORE_INIT_RSP:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CORE_INIT_RSP.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32586i52C481FF6D2ACAA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="CORE_INIT_RSP.png" alt="CORE_INIT_RSP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HW_Version= 64&lt;BR /&gt;ROM version=1&lt;/P&gt;&lt;P&gt;FW version = 25.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 08:56:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752051#M3303</guid>
      <dc:creator>normbxl</dc:creator>
      <dc:date>2018-06-12T08:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752052#M3304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are experiencing the exact same issue as Norman, the TEST_ANTENNA_RSP being 0x5 or 0x6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our CORE_INIT_RSP is in hex:&lt;/P&gt;&lt;P&gt;40 1 19 0 3 1e 3 0 8 0 1 2 3 80 81 82 83 2 d0 2 ff 2 0 4 88 10 1 a0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752052#M3304</guid>
      <dc:creator>vincentgolle</dc:creator>
      <dc:date>2018-11-21T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: pn7150 self test</title>
      <link>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752053#M3305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vicente,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you set PN7150 in the correct state? Please refer to the following for details.&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/78919i38A1B2676DD97EA7/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;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>Fri, 23 Nov 2018 07:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/pn7150-self-test/m-p/752053#M3305</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-11-23T07:27:03Z</dc:date>
    </item>
  </channel>
</rss>

