<?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>i.MX RT Crossover MCUsのトピックRe: rt1176 LPI2C TransferMode Problem</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/rt1176-LPI2C-TransferMode-Problem/m-p/1549336#M22378</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170511"&gt;@ywjack&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Firstly, I'd like to know whether you already figured out the line in the LPI2C_Master Transfer Non Blocking(), which return the busy parameter.&lt;BR /&gt;Further, I'd like to suggest you use the evkmimxrt1170_lpi2c_interrupt_b2b_transfer_master_cm7 demo instead of creating a demo by yourself for testing.&lt;BR /&gt;Lastly, can you share the waves that are visualized by the logic analyzer?&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 03:18:16 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2022-11-07T03:18:16Z</dc:date>
    <item>
      <title>rt1176 LPI2C TransferMode Problem</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/rt1176-LPI2C-TransferMode-Problem/m-p/1548639#M22360</link>
      <description>&lt;P&gt;Hi：&lt;SPAN&gt;NXP Technical Support&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I had a problem reading EEPROM using RT1176 LPI2C. I used LPI2C1.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;When using Transfer MODE when the reVal = LPI2C_MasterTransferNonBlocking (LPI2C1_DRIVER_INIT_PERIPHERAL, &amp;amp; g_m_handle, &amp;amp; masterXfer);&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;Yes The I2C bus is always BUSY. The return value is always 900. (kStatus_LPI2C_Busy),&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Strangely enough, I used POLLING in the correct mode. reVal = LPI2C_MasterTransferBlocking(LPI2C1_DRIVER_INIT_PERIPHERAL, &amp;amp;masterXfer);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can read and write the data I want normally, so I don't know what the problem is. I have a preliminary suspicion that there is something wrong with my configuration. May I take a screenshot to show you my configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="微信图片_20221104114301.jpg" style="width: 857px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199129i3B8C656540F59447/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20221104114301.jpg" alt="微信图片_20221104114301.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信图片_20221104114125.jpg" style="width: 935px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199126i5BE3D0ED60F4F250/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20221104114125.jpg" alt="微信图片_20221104114125.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="微信图片_20221104114131.jpg" style="width: 932px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/199125i6B6E98E66F496A9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="微信图片_20221104114131.jpg" alt="微信图片_20221104114131.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Nov 2022 03:45:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/rt1176-LPI2C-TransferMode-Problem/m-p/1548639#M22360</guid>
      <dc:creator>ywjack</dc:creator>
      <dc:date>2022-11-04T03:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: rt1176 LPI2C TransferMode Problem</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/rt1176-LPI2C-TransferMode-Problem/m-p/1549336#M22378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170511"&gt;@ywjack&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Firstly, I'd like to know whether you already figured out the line in the LPI2C_Master Transfer Non Blocking(), which return the busy parameter.&lt;BR /&gt;Further, I'd like to suggest you use the evkmimxrt1170_lpi2c_interrupt_b2b_transfer_master_cm7 demo instead of creating a demo by yourself for testing.&lt;BR /&gt;Lastly, can you share the waves that are visualized by the logic analyzer?&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 03:18:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/rt1176-LPI2C-TransferMode-Problem/m-p/1549336#M22378</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-11-07T03:18:16Z</dc:date>
    </item>
  </channel>
</rss>

