<?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: S32K324 MII mode</title>
    <link>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1696981#M25673</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214110"&gt;@Junwen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry for the inconvenience this may cause.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I previously mentioned, there is no MII mode connection on the EVBs, so the only information I can share with you is the one provided in my previous reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact your NXP representative/FAE/DBM for further support in this part.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 21:42:20 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2023-08-01T21:42:20Z</dc:date>
    <item>
      <title>S32K324 MII mode</title>
      <link>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1694886#M25564</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I am developing with S32K324 chip to integrate MII Ethernet driver. EMAC is configured to 100M bps MII mode. After tracking Tx_Packet_Count_Good and Tx_Octet_Count_Good registers during debugging, it seems that tx frames have been transmitted.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Junwen_0-1690533370269.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234110iE20C423C6E753A13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Junwen_0-1690533370269.png" alt="Junwen_0-1690533370269.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I couldn't measure any signals on ETH_MII_TXD[0]-ETH_MII_TXD[3] lines. ETH_MII_TCLK can be measured and its frequency is 25MHz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any suggestions?&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 08:40:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1694886#M25564</guid>
      <dc:creator>Junwen</dc:creator>
      <dc:date>2023-07-28T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: S32K324 MII mode</title>
      <link>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1695245#M25588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214110"&gt;@Junwen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry to inform you that there is no MII mode connection in the EVB of us as far as I know. All the current S32K3 HW kits and Ethernet Adapter cards are RMII only.&lt;/P&gt;
&lt;P&gt;However, it can be easy to implement with just tiny tweaks from the RMII mode demo (lwip example).&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Change the MII reference clock in .mex clocking.&lt;/LI&gt;
&lt;LI&gt;Change the MII mode in the .mex Gmac component.&lt;/LI&gt;
&lt;LI&gt;Change the "DCMRWF1" bit-7 as the default value for MII mode.&lt;/LI&gt;
&lt;LI&gt;Change the eth PHY initialization mode to MII mode.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please refer following image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1690580065614.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234195iEC4DE0BAD755FF46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1690580065614.png" alt="VaneB_0-1690580065614.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, could you tell me how you measure the&amp;nbsp;&lt;SPAN&gt;ETH_MII_TXD[0]-ETH_MII_TXD[3] lines&lt;/SPAN&gt;? And what are you expecting to see?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 21:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1695245#M25588</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-07-28T21:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32K324 MII mode</title>
      <link>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1695447#M25597</link>
      <description>&lt;P&gt;Hi VaneB,&lt;/P&gt;&lt;P&gt;Thank you for your quick reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already modified Gmac configuration to support MII mode. Meanwhile, PHY initialization has been checked, since I can measure the 25M Hz TX and RX clock output using oscilloscope.&lt;/P&gt;&lt;P&gt;I am expected to trigger data output using oscilloscope on those ETH_MII_TXD lines, when using application to send ARP packets. As what you can see in previous comment, Ethernet frame has been sent according to registers. However, no data has been measured.&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Junwen&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 03:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1695447#M25597</guid>
      <dc:creator>Junwen</dc:creator>
      <dc:date>2023-07-31T03:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K324 MII mode</title>
      <link>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1696981#M25673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214110"&gt;@Junwen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry for the inconvenience this may cause.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I previously mentioned, there is no MII mode connection on the EVBs, so the only information I can share with you is the one provided in my previous reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact your NXP representative/FAE/DBM for further support in this part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 21:42:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K324-MII-mode/m-p/1696981#M25673</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-08-01T21:42:20Z</dc:date>
    </item>
  </channel>
</rss>

