<?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>S32Kのトピックs32k3 i2c</title>
    <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2150881#M51790</link>
    <description>&lt;P&gt;hello dear NXP team .....&lt;BR /&gt;&lt;BR /&gt;i have configured this LPi2c0 as master and Lpi2c1 as slave but it doesn't work...i don't know how to it will communicate with each others....i have uploaded my project code here ...please check and edit necessary things in it and give me workable edited code from your side...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 11:17:42 GMT</pubDate>
    <dc:creator>piyush1</dc:creator>
    <dc:date>2025-08-12T11:17:42Z</dc:date>
    <item>
      <title>s32k3 i2c</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2150881#M51790</link>
      <description>&lt;P&gt;hello dear NXP team .....&lt;BR /&gt;&lt;BR /&gt;i have configured this LPi2c0 as master and Lpi2c1 as slave but it doesn't work...i don't know how to it will communicate with each others....i have uploaded my project code here ...please check and edit necessary things in it and give me workable edited code from your side...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 11:17:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2150881#M51790</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-08-12T11:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: s32k3 i2c</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2151119#M51797</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252587"&gt;@piyush1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have reviewed your code and configuration and would like to share a few observations.&lt;/P&gt;
&lt;P&gt;The I2C clock source has been set to CORE_CLK, but the actual source is AIPS_SLOW_CLK. You can confirm this in the Clock Tree within the Clock Tool of ConfigTools or refer to Figure 75 in the S32K3xx Reference Manual, Rev. 11.&lt;/P&gt;
&lt;P&gt;Also, when working in polling mode, I recommend separate devices for master and slave, as in this mode, the master continuously checks for the end of transmission or incoming data without interrupts, which can affect.&lt;/P&gt;
&lt;P&gt;While there is not a dedicated example for your specific setup, there are two example codes available for S32K1 devices using the S32SDK for S32K1xx. These examples implement similar functionality and can serve as a helpful reference, as the I2C module is similar across these families.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 20:25:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2151119#M51797</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-08-12T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: s32k3 i2c</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2151541#M51822</link>
      <description>&lt;P&gt;brother i didn't understand...can you please do corrections and update my code ang give me back so that i can understand the things ...&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 09:22:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2151541#M51822</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-08-13T09:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: s32k3 i2c</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2152966#M51866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252587"&gt;@piyush1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me show you what I meant earlier.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the image below, you will see two sides:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On the left, there is the clock source that is currently configured in your project.&lt;/LI&gt;
&lt;LI&gt;On the right, you will see the actual clock source being used by LPI2C0.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1755281159299.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/352597i2DD8D65432981BBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1755281159299.png" alt="VaneB_0-1755281159299.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now, about the separate project part. What I meant is that in polling mode, the master keeps checking for data or transmission events all the time. If you set up the slave in the same project, it might interrupt this constant monitoring, which could lead to missing some data. That is why it is better to keep them in separate devices when using polling mode.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 18:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2152966#M51866</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-08-15T18:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: s32k3 i2c</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2155179#M51986</link>
      <description>&lt;P&gt;brother what i meant is i dont know which API's to call in main source file....so can you please put those API's and configurations which are needed in the project code which i have uploded here...so that i can understand and next time i can configure it by myself.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 10:09:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2155179#M51986</guid>
      <dc:creator>piyush1</dc:creator>
      <dc:date>2025-08-20T10:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: s32k3 i2c</title>
      <link>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2155539#M52013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252587"&gt;@piyush1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To implement polling mode, use the blocking send and receive functions. For low-level drivers, these are named Lpi2c_Ip_MasterSendDataBlocking() and Lpi2c_Ip_MasterReceiveDataBlocking(). For high-level drivers, use I2c_SyncTransmit().&lt;/P&gt;
&lt;P&gt;Additionally, I recommend consulting the S32K3/S32M27x I2C Driver Integration Manual and the User Manual included with the RTDs. These documents provide detailed information on the I2C driver, including its limitations, hardware and software requirements, usage instructions, and configuration guidelines. You can typically find these resources at a path similar to:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;C:\NXP\S32DS.3.6.2\S32DS\software\PlatformSDK_S32K3\RTD\I2c_TS_T40D34M60I0R0\doc&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 22:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k3-i2c/m-p/2155539#M52013</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-08-20T22:38:04Z</dc:date>
    </item>
  </channel>
</rss>

