<?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: Secondary Pin functionality in I2C_SCLS</title>
    <link>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150671#M51780</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Sorry, as you know, SDAS and SCLS are for four-wire mode.&lt;/P&gt;
&lt;P&gt;There is no S32K311 example project in RTD. For the pin configuration of FlexIO_I2C, I recommend you refer to &lt;STRONG&gt;I2c_Ip_Example_S32K344&lt;/STRONG&gt;(Drivers) and &lt;STRONG&gt;I2c_Example_S32K344&lt;/STRONG&gt;(MCAL). Select PIN_2 and PIN_15 for&amp;nbsp;&lt;STRONG&gt;Flexio Pin&lt;/STRONG&gt; in &lt;STRONG&gt;Mcl&lt;/STRONG&gt; component.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&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>Tue, 12 Aug 2025 07:35:21 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2025-08-12T07:35:21Z</dc:date>
    <item>
      <title>Secondary Pin functionality in I2C_SCLS</title>
      <link>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150564#M51764</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are facing issues with &lt;STRONG&gt;S32K311NHT0MPAST&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;Could you also confirm if the following FLEXIO pins can be configured for I2C.&lt;/DIV&gt;&lt;DIV&gt;Pin No 43 (PTC 17) (FXIO_D2) as I2C SCL&lt;/DIV&gt;&lt;DIV&gt;Pin No 44 (PTC 16) (FXIO_D15) as I2C SDA&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please share us the example code for flexio to configure as I2C.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We've already built the PCB and are in the stage of Firmware development. Initially, we've used the default I2C available on these pins. Later, it was told to us that the I2C on these pins can only&amp;nbsp;be configured as I2C in a 4 wire mode(which we've not implemented). Expecting your speedy response to solve this issue.&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150564#M51764</guid>
      <dc:creator>shrinivas</dc:creator>
      <dc:date>2025-08-12T05:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Secondary Pin functionality in I2C_SCLS</title>
      <link>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150566#M51765</link>
      <description>&lt;P&gt;While some S32K3 microcontrollers have flexible I/O (FlexIO) that can emulate I2C, a review of the S32K311NHT0MPAST datasheet is required to confirm if pins 43 (PTC17) and 44 (PTC16) specifically support this configuration. These pins are designated as FXIO_D2 and FXIO_D15, which are FlexIO pins, making it highly probable they can be configured for I2C communication. The claim of a "4-wire mode" for I2C on these pins is unusual, as standard I2C is a 2-wire protocol. It's more likely this refers to a specific hardware or software implementation detail, perhaps related to a different peripheral or a misinterpretation of a configuration option. We recommend consulting the official S32K3xx Reference Manual and the specific S32K311 datasheet for detailed pin multiplexing options and FlexIO peripheral capabilities. For example code, you should look for NXP's S32K3 software development kit (SDK) examples, as they typically include FlexIO I2C driver code&amp;nbsp;&lt;A href="https://www.mymileestonecard.com" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;www mymilestonecard com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 05:41:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150566#M51765</guid>
      <dc:creator>rose42snowden</dc:creator>
      <dc:date>2025-08-12T05:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Secondary Pin functionality in I2C_SCLS</title>
      <link>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150671#M51780</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Sorry, as you know, SDAS and SCLS are for four-wire mode.&lt;/P&gt;
&lt;P&gt;There is no S32K311 example project in RTD. For the pin configuration of FlexIO_I2C, I recommend you refer to &lt;STRONG&gt;I2c_Ip_Example_S32K344&lt;/STRONG&gt;(Drivers) and &lt;STRONG&gt;I2c_Example_S32K344&lt;/STRONG&gt;(MCAL). Select PIN_2 and PIN_15 for&amp;nbsp;&lt;STRONG&gt;Flexio Pin&lt;/STRONG&gt; in &lt;STRONG&gt;Mcl&lt;/STRONG&gt; component.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&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>Tue, 12 Aug 2025 07:35:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Secondary-Pin-functionality-in-I2C-SCLS/m-p/2150671#M51780</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2025-08-12T07:35:21Z</dc:date>
    </item>
  </channel>
</rss>

