<?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: S32K388 CANNOT PING ETHERNET RGMII GMAC0</title>
    <link>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289435#M55948</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254753"&gt;@vinmotion&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I assume that this query is a duplicate of this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K388-RGMII-GMAC0-ethernet-cannot-ping/td-p/2271084" target="_blank"&gt;Solved: S32K388 RGMII GMAC0 ethernet cannot ping - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2026 11:32:36 GMT</pubDate>
    <dc:creator>PavelL</dc:creator>
    <dc:date>2026-01-07T11:32:36Z</dc:date>
    <item>
      <title>S32K388 CANNOT PING ETHERNET RGMII GMAC0</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289011#M55907</link>
      <description>&lt;P&gt;Hello engineers,&lt;/P&gt;&lt;P&gt;I'm encountering an issue while testing the &lt;STRONG&gt;RGMII GMAC0&lt;/STRONG&gt; Ethernet interface on the &lt;STRONG&gt;S32K388&lt;/STRONG&gt; evaluation board—I am unable to successfully ping the assigned IP address. Starting from the standard lwIP example (which uses GMAC1), I have modified the &lt;STRONG&gt;PINS&amp;nbsp;&lt;/STRONG&gt;multiplexing to route signals to GMAC0, updated the &lt;STRONG&gt;CLOCK&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;accordingly, adjusted &lt;STRONG&gt;device init&lt;/STRONG&gt; function and chang the &lt;STRONG&gt;PLATFORM&lt;/STRONG&gt; in Mcal Components tab&amp;nbsp; . Despite these changes, the link does not establish properly, and ping attempts fail.&lt;/P&gt;&lt;P&gt;Could you please review my modifications or test the GMAC0 interface on your side using the attached zip file (containing the modified project)? Any insights into potential configuration differences between GMAC0 and GMAC1, PHY initialization issues, or known limitations with GMAC0 in the lwIP examples would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you for your assistance&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 01:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289011#M55907</guid>
      <dc:creator>vinmotion</dc:creator>
      <dc:date>2026-01-07T01:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 CANNOT PING ETHERNET RGMII GMAC0</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289435#M55948</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254753"&gt;@vinmotion&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I assume that this query is a duplicate of this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K388-RGMII-GMAC0-ethernet-cannot-ping/td-p/2271084" target="_blank"&gt;Solved: S32K388 RGMII GMAC0 ethernet cannot ping - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 11:32:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289435#M55948</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2026-01-07T11:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 CANNOT PING ETHERNET RGMII GMAC0</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289468#M55950</link>
      <description>&lt;P&gt;Thank you Sir , but can you confirm that when using RGMII GMAC0 with S32k388 we modify device init function example become like this right::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Replace DCMRWF settings in&amp;nbsp;&lt;SPAN&gt;device_init() by these rows:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/* Bypass MUX_7 manually, GMAC0_RX_CLK is derived directly from input pin. */&lt;BR /&gt;IP_DCM_GPR-&amp;gt;DCMRWF3 |= DCM_GPR_DCMRWF3_MAC_RX_CLK_MUX_BYPASS(1u);&lt;/P&gt;&lt;P&gt;/* Bypass MUX_15 manually, GMAC1_RX_CLK is derived directly from input pin. */&lt;BR /&gt;IP_DCM_GPR-&amp;gt;DCMRWF4 |= DCM_GPR_DCMRWF4_MAC2_RX_CLK_MUX_BYPASS(1u);&lt;/P&gt;&lt;P&gt;/* Enable GMAC1_TX_RMII_CLK loopback manually. */&lt;BR /&gt;IP_DCM_GPR-&amp;gt;DCMRWF2 |= DCM_GPR_DCMRWF2_MAC2_LOOBPACK_CLK_SEL_MASK | DCM_GPR_DCMRWF2_MAC2_TX_RMII_CLK_LPBCK_EN_MASK;&lt;/P&gt;&lt;P&gt;/* Configure GMAC1 to RGMII mode manually. */&lt;BR /&gt;IP_DCM_GPR-&amp;gt;DCMRWF4 |= DCM_GPR_DCMRWF4_MAC2_CONF_SEL(1u);&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Optionally, you may comment out rows 622 to 642 in test.c to remove limited time of lwIP example.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 12:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289468#M55950</guid>
      <dc:creator>vinmotion</dc:creator>
      <dc:date>2026-01-07T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: S32K388 CANNOT PING ETHERNET RGMII GMAC0</title>
      <link>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289483#M55953</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254753"&gt;@vinmotion&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As you can see, not all rows in the code snippet are related for GMAC0. This code is used on all my examples - it fixes GMAC0 as well as GMAC1.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 13:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K388-CANNOT-PING-ETHERNET-RGMII-GMAC0/m-p/2289483#M55953</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2026-01-07T13:08:19Z</dc:date>
    </item>
  </channel>
</rss>

