<?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: Regarding reading data from NT3H2111 in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2083901#M13077</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249595"&gt;@shank&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you provide the&amp;nbsp;&amp;nbsp;I2C sequence diagram? As shown in the following picture, let us see if the I2C communication works fine.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KaiLi_0-1745241411609.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/334086i6860024557B51815/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KaiLi_0-1745241411609.png" alt="KaiLi_0-1745241411609.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or you can refer SW3647 to debug your code. SW3647 canbe downloaded from the below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/connected-nfc-tags/ntag-ic-iplus-i-explorer-kit:OM5569-NT322E" target="_blank"&gt;OM5569-NT322E | NTAG I2C plus Explorer Kit | NFC | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 13:19:44 GMT</pubDate>
    <dc:creator>KaiLi</dc:creator>
    <dc:date>2025-04-21T13:19:44Z</dc:date>
    <item>
      <title>Regarding reading data from NT3H2111</title>
      <link>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2083876#M13075</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello.&lt;BR /&gt;I am trying to implement RFID using NXP's NT3H2211W0FT1. The microcontroller I am using is the STM32C031F6.&lt;BR /&gt;After powering on the board, the first thing I do is read the data from the NT3H2211W0FT1 via I2C, but sometimes I can read it and sometimes I can't.&lt;BR /&gt;I tried leaving a wait of more than one second after powering it on, but that didn't change the situation.&lt;BR /&gt;The program for the I2C part is below.&lt;/P&gt;&lt;P&gt;HAL_GPIO_WritePin(GPIOA,SW_Pin,GPIO_PIN_SET);&lt;BR /&gt;HAL_Delay(10);&lt;BR /&gt;tdata[0]=0x01;&lt;BR /&gt;HAL_I2C_Master_Transmit(&amp;amp;hi2c1,0xaa,tdata,1,100);&lt;BR /&gt;HAL_Delay(10);&lt;BR /&gt;HAL_I2C_Master_Receive(&amp;amp;hi2c1,0xab,rdata,8,100);&lt;BR /&gt;HAL_Delay(10);&lt;BR /&gt;HAL_GPIO_WritePin(GPIOA,SW_Pin,GPIO_PIN_RESET);&lt;/P&gt;&lt;P&gt;I would appreciate any advice you could give me regarding I2C communication.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 12:07:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2083876#M13075</guid>
      <dc:creator>shank</dc:creator>
      <dc:date>2025-04-21T12:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding reading data from NT3H2111</title>
      <link>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2083901#M13077</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249595"&gt;@shank&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you provide the&amp;nbsp;&amp;nbsp;I2C sequence diagram? As shown in the following picture, let us see if the I2C communication works fine.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KaiLi_0-1745241411609.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/334086i6860024557B51815/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KaiLi_0-1745241411609.png" alt="KaiLi_0-1745241411609.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or you can refer SW3647 to debug your code. SW3647 canbe downloaded from the below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/connected-nfc-tags/ntag-ic-iplus-i-explorer-kit:OM5569-NT322E" target="_blank"&gt;OM5569-NT322E | NTAG I2C plus Explorer Kit | NFC | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 13:19:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2083901#M13077</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2025-04-21T13:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding reading data from NT3H2111</title>
      <link>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2084500#M13079</link>
      <description>Thank you for your advice, kaiLi.&lt;BR /&gt;Unfortunately, the board that is not working for me is covered in resin, so I cannot see the waveform on an oscilloscope.&lt;BR /&gt;I am debugging with software, and when something is not working properly, HAL_ERROR is returned, so I decided to do a software reset (HAL_NVIC_SystemReset();) when HAL_ERROR is returned. Is this a bad way to deal with the problem when running a program?</description>
      <pubDate>Tue, 22 Apr 2025 09:26:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2084500#M13079</guid>
      <dc:creator>shank</dc:creator>
      <dc:date>2025-04-22T09:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding reading data from NT3H2111</title>
      <link>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2086091#M13083</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249595"&gt;@shank&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also try software reset, but it may not solve the problem. You still need to know the cause of HAL_ERROR.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 01:59:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Regarding-reading-data-from-NT3H2111/m-p/2086091#M13083</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2025-04-24T01:59:54Z</dc:date>
    </item>
  </channel>
</rss>

