<?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>Kinetis MicrocontrollersのトピックK64FX512 Ethernet issue?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64FX512-Ethernet-issue/m-p/991448#M55702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on K64FX512 Ethernet program. I get the debug information&amp;nbsp;&lt;/P&gt;&lt;P&gt;netif_add ....&lt;BR /&gt;Initializing PHY...&lt;/P&gt;&lt;P&gt;Cannot initialize PHY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use the example code "frdmk64f_lwip_dhcp_bm" to test the Ethernet function on my board.&lt;/P&gt;&lt;P&gt;I have a few questions.&lt;/P&gt;&lt;P&gt;1) The K64FX512 uses with for specific ethernet phy ?&lt;/P&gt;&lt;P&gt;2) The 50MHz clock is from IC+175D chip that I use phy and connect to pin50, PTA18/EXTAL0 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the mode is set RMII.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; How can I set this clock on my program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2020 14:54:25 GMT</pubDate>
    <dc:creator>chhsu0229</dc:creator>
    <dc:date>2020-03-19T14:54:25Z</dc:date>
    <item>
      <title>K64FX512 Ethernet issue?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64FX512-Ethernet-issue/m-p/991448#M55702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on K64FX512 Ethernet program. I get the debug information&amp;nbsp;&lt;/P&gt;&lt;P&gt;netif_add ....&lt;BR /&gt;Initializing PHY...&lt;/P&gt;&lt;P&gt;Cannot initialize PHY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use the example code "frdmk64f_lwip_dhcp_bm" to test the Ethernet function on my board.&lt;/P&gt;&lt;P&gt;I have a few questions.&lt;/P&gt;&lt;P&gt;1) The K64FX512 uses with for specific ethernet phy ?&lt;/P&gt;&lt;P&gt;2) The 50MHz clock is from IC+175D chip that I use phy and connect to pin50, PTA18/EXTAL0 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the mode is set RMII.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; How can I set this clock on my program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 14:54:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64FX512-Ethernet-issue/m-p/991448#M55702</guid>
      <dc:creator>chhsu0229</dc:creator>
      <dc:date>2020-03-19T14:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: K64FX512 Ethernet issue?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64FX512-Ethernet-issue/m-p/991449#M55703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check my answers below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #000080;"&gt;1) The K64FX512 uses with for specific ethernet PHY ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The FRDM-K64 uses the KSZ8081RNA and the example works with this PHY, if you're using a different one you will need to modify the configurations to match the PHY that you're using.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #000080;"&gt;2) The 50MHz clock is from IC+175D chip that I use PHY and connect to pin50, PTA18/EXTAL0,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;the mode is set RMII.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #000080;"&gt;How can I set this clock on my program?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If I understanding correctly, you're using an external reference clock to supply the MCU, if this is the&amp;nbsp;case, the lwip examples already set this to work with an external clock, in the case of the FRDM this is supplied by the PHY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 19:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K64FX512-Ethernet-issue/m-p/991449#M55703</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-03-23T19:19:10Z</dc:date>
    </item>
  </channel>
</rss>

