<?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: No SCL/SDA Signals when using I2C Send as Master in S32K</title>
    <link>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134623#M50951</link>
    <description>&lt;P&gt;What kind of debug mode you are using? specific debugger or on board debugger?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 04:36:51 GMT</pubDate>
    <dc:creator>db16122</dc:creator>
    <dc:date>2025-07-16T04:36:51Z</dc:date>
    <item>
      <title>No SCL/SDA Signals when using I2C Send as Master</title>
      <link>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134322#M50926</link>
      <description>&lt;P&gt;I have set up LPI2C1 as Master but get no outputs when attempting to send. I have pull-up resistors and the signals are connected to 1 slave device only. Please see below. What are some possible reasons for this problem?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="philbylsma_0-1752593949580.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/347690iD0422A960D9707FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="philbylsma_0-1752593949580.png" alt="philbylsma_0-1752593949580.png" /&gt;&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-inline" image-alt="philbylsma_1-1752594043418.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/347692i77FCE94B8D1D49AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="philbylsma_1-1752594043418.png" alt="philbylsma_1-1752594043418.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Initialization:&lt;/P&gt;&lt;P&gt;/* set I2C1 interrupt */&lt;BR /&gt;IntCtrl_Ip_EnableIrq(LPI2C1_IRQn);&lt;BR /&gt;IntCtrl_Ip_InstallHandler(LPI2C1_IRQn, LPI2C1_Master_Slave_IRQHandler, NULL_PTR);&lt;/P&gt;&lt;P&gt;/* Init lpi2c in master mode */&lt;BR /&gt;Lpi2c_Ip_MasterInit(LPI2C_CHANNEL_0, &amp;amp;I2c_Lpi2cMasterChannel0);&lt;/P&gt;&lt;P&gt;Send data:&lt;/P&gt;&lt;DIV&gt;boolean I2C_read_fault_status(uint8 *rx_buffer)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TxBuff[0] = 0x78;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; if (LPI2C_IP_SUCCESS_STATUS == Lpi2c_Ip_MasterSendData(LPI2C_CHANNEL_0, (uint8 *)&amp;amp;TxBuff[0], 1U, FALSE))&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LM5171_data_ptr = rx_buffer;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LM5171_data_len = 1;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return TRUE;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 15:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134322#M50926</guid>
      <dc:creator>phil_b</dc:creator>
      <dc:date>2025-07-15T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: No SCL/SDA Signals when using I2C Send as Master</title>
      <link>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134436#M50935</link>
      <description>The signals were missing while I was running in Debug mode. When I removed the debug connector, the signals were there! Is there a way to see the signals while in Debug mode?</description>
      <pubDate>Tue, 15 Jul 2025 20:37:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134436#M50935</guid>
      <dc:creator>phil_b</dc:creator>
      <dc:date>2025-07-15T20:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: No SCL/SDA Signals when using I2C Send as Master</title>
      <link>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134554#M50948</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;phil_b&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Could you tell us the part number you're using? Also, the RTD version is ?&lt;/P&gt;
&lt;P&gt;If you're using S32K3, could you please try to set this bit and have a try again.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1752647007483.png" style="width: 682px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/347781i61E6CD24AE10424A/image-dimensions/682x259?v=v2" width="682" height="259" role="button" title="Senlent_0-1752647007483.png" alt="Senlent_0-1752647007483.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 06:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134554#M50948</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-16T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: No SCL/SDA Signals when using I2C Send as Master</title>
      <link>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134623#M50951</link>
      <description>&lt;P&gt;What kind of debug mode you are using? specific debugger or on board debugger?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 04:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2134623#M50951</guid>
      <dc:creator>db16122</dc:creator>
      <dc:date>2025-07-16T04:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: No SCL/SDA Signals when using I2C Send as Master</title>
      <link>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2135035#M50983</link>
      <description>We are using the S32K324 part with the S32DS3.5 debugger and a Multilink FX Universal interface. Our RTD version is 4.00 HF02. There is not an option in the LPI2C peripheral to enable debugging (like there is in other peripherals). I did not think to set the option manually! When I set the DBGEN bit, the signals work as expected.</description>
      <pubDate>Wed, 16 Jul 2025 13:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/No-SCL-SDA-Signals-when-using-I2C-Send-as-Master/m-p/2135035#M50983</guid>
      <dc:creator>phil_b</dc:creator>
      <dc:date>2025-07-16T13:28:16Z</dc:date>
    </item>
  </channel>
</rss>

