<?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 LPI2C in S32K</title>
    <link>https://community.nxp.com/t5/S32K/LPI2C/m-p/2130649#M50706</link>
    <description>&lt;P&gt;I want to use the LPI2C module of S32K144 as the Master to communicate with the Slave and achieve register reading and writing. As shown in the configuration and interface diagram, it seems that they are not effective. Could you please tell me which step is missing? (The Slave address is correct.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_0-1752043406192.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346685i1D8A63ABE7386B98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_0-1752043406192.png" alt="LzdOo_0-1752043406192.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_1-1752043429981.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346686i62D57C3A0E897DFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_1-1752043429981.png" alt="LzdOo_1-1752043429981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_2-1752043450249.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346687i4BDB1A5E09B44C15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_2-1752043450249.png" alt="LzdOo_2-1752043450249.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2025 06:47:16 GMT</pubDate>
    <dc:creator>LzdOo</dc:creator>
    <dc:date>2025-07-09T06:47:16Z</dc:date>
    <item>
      <title>LPI2C</title>
      <link>https://community.nxp.com/t5/S32K/LPI2C/m-p/2130649#M50706</link>
      <description>&lt;P&gt;I want to use the LPI2C module of S32K144 as the Master to communicate with the Slave and achieve register reading and writing. As shown in the configuration and interface diagram, it seems that they are not effective. Could you please tell me which step is missing? (The Slave address is correct.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_0-1752043406192.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346685i1D8A63ABE7386B98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_0-1752043406192.png" alt="LzdOo_0-1752043406192.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_1-1752043429981.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346686i62D57C3A0E897DFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_1-1752043429981.png" alt="LzdOo_1-1752043429981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_2-1752043450249.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346687i4BDB1A5E09B44C15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_2-1752043450249.png" alt="LzdOo_2-1752043450249.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 06:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPI2C/m-p/2130649#M50706</guid>
      <dc:creator>LzdOo</dc:creator>
      <dc:date>2025-07-09T06:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPI2C</title>
      <link>https://community.nxp.com/t5/S32K/LPI2C/m-p/2130892#M50727</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;the setting looks normal and code is almost right. If using non-blocking function you should check for transfer finish, before other Send/Receive is called. Non-blocking operations will initiate the transfer and return STATUS_SUCCESS, but the module is still busy with the transfer and another transfer can't be initiated until the current transfer is complete. The application can check the status of the current transfer by calling LPI2C_DRV_MasterGetTransferStatus().&lt;BR /&gt;Or use blocking function instead.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 11:30:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPI2C/m-p/2130892#M50727</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-09T11:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPI2C</title>
      <link>https://community.nxp.com/t5/S32K/LPI2C/m-p/2131287#M50748</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Petr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The code has been modified as follows,&amp;nbsp;but the SDA and SCL waveforms are incorrect. Please help me figure out what the reason is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_0-1752113059672.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346853i7EF42CEEFDE039DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_0-1752113059672.png" alt="LzdOo_0-1752113059672.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_1-1752113169873.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346854i030287592D9A17F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_1-1752113169873.png" alt="LzdOo_1-1752113169873.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LzdOo_2-1752113292012.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/346856iB8A55EDFEA90B9DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LzdOo_2-1752113292012.png" alt="LzdOo_2-1752113292012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 02:08:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPI2C/m-p/2131287#M50748</guid>
      <dc:creator>LzdOo</dc:creator>
      <dc:date>2025-07-10T02:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPI2C</title>
      <link>https://community.nxp.com/t5/S32K/LPI2C/m-p/2131645#M50780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;but you did not implement what was written. Modify code additionally to either put&amp;nbsp; Transfer status testing after MasterSendData function or use MasterSendDataBlocking there.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 10:42:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LPI2C/m-p/2131645#M50780</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-07-10T10:42:26Z</dc:date>
    </item>
  </channel>
</rss>

