<?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のトピックRe: I2C master not working</title>
    <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162658#M52352</link>
    <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;sorry but putting:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IP_LPI2C_0-&amp;gt;MCR |= LPI2C_MCR_DBGEN_MASK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The I2C still not working.&lt;/P&gt;&lt;P&gt;Attached my project.&lt;/P&gt;&lt;P&gt;Regards, Francesco.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Sep 2025 07:12:38 GMT</pubDate>
    <dc:creator>francescovico</dc:creator>
    <dc:date>2025-09-03T07:12:38Z</dc:date>
    <item>
      <title>I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2161461#M52302</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I'm trying to test I2C master on S32K324 but i'ts not working.&lt;/P&gt;&lt;P&gt;Actually I have no I2C slave connected to I2C master but I don't see any transition on PTD13 (LPI2C_SDA) or PTD14 (LPI2C_SCL), the two pins are ever HIGH.&lt;/P&gt;&lt;P&gt;I expect to see start condition like attached file.&lt;/P&gt;&lt;P&gt;Attached there is the project.&lt;/P&gt;&lt;P&gt;Regards, Francesco.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 12:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2161461#M52302</guid>
      <dc:creator>francescovico</dc:creator>
      <dc:date>2025-09-01T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162021#M52326</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Francesco,&lt;/P&gt;
&lt;P&gt;I haven't tested the code, but I see that you did not enable the LPI2C interrupt.&lt;/P&gt;
&lt;P&gt;Add&amp;nbsp;IntCtrl_Ip driver with&amp;nbsp;LPI2C0_Master_Slave_IRQHandler.&lt;/P&gt;
&lt;P&gt;And initialize the driver in the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 09:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162021#M52326</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-02T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162135#M52330</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;Thank you, it's true I forgot to initialize interrupt.&lt;/P&gt;&lt;P&gt;Also with interrupt enabled the I2C it's not working.&lt;/P&gt;&lt;P&gt;Attached there is the project with interrupt enabled.&lt;/P&gt;&lt;P&gt;Do you have other suggestions?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 11:47:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162135#M52330</guid>
      <dc:creator>francescovico</dc:creator>
      <dc:date>2025-09-02T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162192#M52334</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/153065"&gt;@francescovico&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;When CM7_1 is halted, the MCU enters debug mode.&lt;BR /&gt;To ensure LPI2C continues functioning, either set the DBGEN bit in LPI2C_MCR to allow operation during debugging, or Keep CM7_1 running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:29:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162192#M52334</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-02T13:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162658#M52352</link>
      <description>&lt;P&gt;Hello Daniel,&lt;/P&gt;&lt;P&gt;sorry but putting:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IP_LPI2C_0-&amp;gt;MCR |= LPI2C_MCR_DBGEN_MASK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The I2C still not working.&lt;/P&gt;&lt;P&gt;Attached my project.&lt;/P&gt;&lt;P&gt;Regards, Francesco.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 07:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2162658#M52352</guid>
      <dc:creator>francescovico</dc:creator>
      <dc:date>2025-09-03T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2163462#M52403</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/153065"&gt;@francescovico&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1756971786422.png" style="width: 447px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/355519iF6A39B011C5D8140/image-dimensions/447x143?v=v2" width="447" height="143" role="button" title="danielmartynek_0-1756971786422.png" alt="danielmartynek_0-1756971786422.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;danielmartynek_0-1756971786422.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Enable it after the Init function.&lt;/P&gt;
&lt;P&gt;Otherwise, the Init function will clear the bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;H6&gt;Any support, information, and technology (“Materials”) provided by NXP are provided AS IS, without any warranty express or implied, and NXP disclaims all direct and indirect liability and damages in connection with the Material to the maximum extent permitted by the applicable law. NXP accepts no liability for any assistance with applications or product design. Materials may only be used in connection with NXP products. Any feedback provided to NXP regarding the Materials may be used by NXP without restriction.&lt;/H6&gt;</description>
      <pubDate>Thu, 04 Sep 2025 07:44:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2163462#M52403</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-04T07:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2164908#M52487</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;It still not working well .&lt;/P&gt;&lt;P&gt;Regards, Francesco.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2164908#M52487</guid>
      <dc:creator>francescovico</dc:creator>
      <dc:date>2025-09-08T06:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: I2C master not working</title>
      <link>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2164941#M52489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/153065"&gt;@francescovico&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It does work on my side -&amp;nbsp;I have tested your code.&lt;/P&gt;
&lt;P&gt;If it does not work on you side, explain in details what does not work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the DBGEN bit is set at the time the transfer is called.&lt;/P&gt;
&lt;P&gt;Have you tested it with CM7_1 running?&lt;/P&gt;
&lt;P&gt;Do you use external pull-up resistors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:53:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/I2C-master-not-working/m-p/2164941#M52489</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-08T06:53:41Z</dc:date>
    </item>
  </channel>
</rss>

