<?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: access NT3H2211 via libMPSEE</title>
    <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685090#M2343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Kan"&gt;Kan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;My question is what information to copy into the buffer used by those two APIs??&lt;/P&gt;&lt;P&gt;&amp;nbsp;My example places a single byte ( value of 0) into the buffer. &amp;nbsp;But the NT3H2111 data sheet &amp;nbsp;describes a Read Command code of 0x30 followed by an address (that is two bytes minimum). &amp;nbsp;Those two are not the same!!&lt;/P&gt;&lt;P&gt;What is the the precise info for the API buffer used in libMPSSE .?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 21:39:35 GMT</pubDate>
    <dc:creator>geraldherbel</dc:creator>
    <dc:date>2017-08-02T21:39:35Z</dc:date>
    <item>
      <title>access NT3H2211 via libMPSEE</title>
      <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685088#M2341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the content of the buffer used for the&amp;nbsp;&lt;CODE style="color: #242729; background-color: #eff0f1; border: 0px; font-size: 13px; padding: 1px 5px;"&gt;I2C_DeviceWrite()&lt;/CODE&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;CODE style="color: #242729; background-color: #eff0f1; border: 0px; font-size: 13px; padding: 1px 5px;"&gt;I2C_DeviceRead() API's when attempting to access the SRAM&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;for NT3H2111 device? &amp;nbsp;The Data Sheet indicates a Read Command Code of 0x30 &amp;nbsp;but in the Sample libMPSSE code that I discovered, the Command Code was not present &amp;nbsp;(only a single byte of value 0 which was used to read the Serial Number). &amp;nbsp;Does this imply that the APIs add the command code for the&amp;nbsp;&lt;SPAN&gt;NT3H2111&amp;nbsp;(which doesn't seem right because that would mean that libMPSSE&amp;nbsp;is specific to the&amp;nbsp;NT3H2111&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;device)???&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 00:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685088#M2341</guid>
      <dc:creator>geraldherbel</dc:creator>
      <dc:date>2017-07-28T00:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: access NT3H2211 via libMPSEE</title>
      <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685089#M2342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you referring to the example as below?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;i2cNumBytesToTx = 0;&amp;nbsp; i2cData[i2cNumBytesToTx++] = 0x00;&amp;nbsp;&amp;nbsp; // MEMA page&amp;nbsp;&amp;nbsp; i2cStatus = I2C_DeviceWrite(i2cHandle, i2cAddr, i2cNumBytesToTx, i2cData, &amp;amp;i2cNumBytesTxd, 0x01);&amp;nbsp; i2cStatus = I2C_DeviceRead(i2cHandle, i2cAddr, i2cNumBytesToRx, &amp;amp;i2cData[0], &amp;amp;i2cNumBytesRxd, 0x03);

Actually it is a I2C reading process of 
.

Please refer to the following for details.
&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/7130i0BFAD60F478AA78B/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&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>Mon, 02 Nov 2020 13:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685089#M2342</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-11-02T13:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: access NT3H2211 via libMPSEE</title>
      <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685090#M2343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Kan"&gt;Kan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;My question is what information to copy into the buffer used by those two APIs??&lt;/P&gt;&lt;P&gt;&amp;nbsp;My example places a single byte ( value of 0) into the buffer. &amp;nbsp;But the NT3H2111 data sheet &amp;nbsp;describes a Read Command code of 0x30 followed by an address (that is two bytes minimum). &amp;nbsp;Those two are not the same!!&lt;/P&gt;&lt;P&gt;What is the the precise info for the API buffer used in libMPSSE .?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 21:39:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685090#M2343</guid>
      <dc:creator>geraldherbel</dc:creator>
      <dc:date>2017-08-02T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: access NT3H2211 via libMPSEE</title>
      <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685091#M2344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, those two are not the same, but I think maybe you have some misunderstanding with the command code 0x30, you know , NTAG I2C has two interfaces: I2C and RF interface, and 0x30 is one of the NFC commands issued from RF side, so if you want to access NTAG from I2C side, no need to use the NFC commands.&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/9274i083A55210FBD7AB7/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;Hope that makes sense,&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, 03 Aug 2017 02:55:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685091#M2344</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2017-08-03T02:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: access NT3H2211 via libMPSEE</title>
      <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685092#M2345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Kan"&gt;Kan&lt;/A&gt;&amp;nbsp; for that speedy reply!! &amp;nbsp;Yes you are correct, I &amp;nbsp;misread the PDF document and didn't notice that I was looking at the NFC interface description. &amp;nbsp; Sorry about that.&lt;BR /&gt;&amp;nbsp; So it looks like I provide only the Memory Block Address in &amp;nbsp;those two APIs. &amp;nbsp;So for access to SRAM, I provide a block address in the range &amp;nbsp;of 248 to 251 ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 03:39:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685092#M2345</guid>
      <dc:creator>geraldherbel</dc:creator>
      <dc:date>2017-08-03T03:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: access NT3H2211 via libMPSEE</title>
      <link>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685093#M2346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the I2C perspective, it is.&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, 03 Aug 2017 03:56:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/access-NT3H2211-via-libMPSEE/m-p/685093#M2346</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2017-08-03T03:56:09Z</dc:date>
    </item>
  </channel>
</rss>

