<?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 phy_autoneg on MPC5748G LCEVB in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1448708#M21030</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Working on PHY driver using example phy_autoneg example.&amp;nbsp; &amp;nbsp; Base on my assumption, the cable unplug/plug should call one of action(Link up, Link down, autoneg complete, and autoneg failed) callback.&amp;nbsp; However, those action-callbacks could not be reached when I unplug/plug cable from the ethernet port on MPC5748G LCEVB.&amp;nbsp; I checked the configuration on ENET(ENET0, MII), and PHY being pointing at the configuration of ENET0.&amp;nbsp; So, the configuration shall be good.&amp;nbsp; I traced the the code a&amp;nbsp; little from mainFunciton-&amp;gt;PHY_Read-&amp;gt;readC122-&amp;gt;ENET_DRV_MDIORead.&amp;nbsp; The value readback after masking is always 0xFFFF regardless cable being plug in to the port or not.&amp;nbsp; Will this "phy_autoneg" example work on MPC5748G LCEVB board????&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 19:15:13 GMT</pubDate>
    <dc:creator>karma_JC</dc:creator>
    <dc:date>2022-04-25T19:15:13Z</dc:date>
    <item>
      <title>phy_autoneg on MPC5748G LCEVB</title>
      <link>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1448708#M21030</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Working on PHY driver using example phy_autoneg example.&amp;nbsp; &amp;nbsp; Base on my assumption, the cable unplug/plug should call one of action(Link up, Link down, autoneg complete, and autoneg failed) callback.&amp;nbsp; However, those action-callbacks could not be reached when I unplug/plug cable from the ethernet port on MPC5748G LCEVB.&amp;nbsp; I checked the configuration on ENET(ENET0, MII), and PHY being pointing at the configuration of ENET0.&amp;nbsp; So, the configuration shall be good.&amp;nbsp; I traced the the code a&amp;nbsp; little from mainFunciton-&amp;gt;PHY_Read-&amp;gt;readC122-&amp;gt;ENET_DRV_MDIORead.&amp;nbsp; The value readback after masking is always 0xFFFF regardless cable being plug in to the port or not.&amp;nbsp; Will this "phy_autoneg" example work on MPC5748G LCEVB board????&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 19:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1448708#M21030</guid>
      <dc:creator>karma_JC</dc:creator>
      <dc:date>2022-04-25T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: phy_autoneg on MPC5748G LCEVB</title>
      <link>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1450638#M21064</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;example was done for DEVKIT board, however will be running for LCEVB too after some modification. DEVKIT is using RMII connection , LCEVB MII connection.&lt;BR /&gt;PA7 and PA10 pins are used to drive LEDs on example and it is connected to PHY outputs on LCEVB, so at least you should unroute pins in pin_mux component.&lt;BR /&gt;Then PHY is using address 1 so you need to change it in PHY component&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1651141433042.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/178309i78DB647442CD5D4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1651141433042.png" alt="PetrS_0-1651141433042.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then it should work on LCEVB.&lt;/P&gt;
&lt;P&gt;Ideally change config to MII mode and add rest of MII signals in pinmux and also config pins for LEDs and modify used code to drive right pins for LEDs .&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 10:26:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1450638#M21064</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2022-04-28T10:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: phy_autoneg on MPC5748G LCEVB</title>
      <link>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1450814#M21068</link>
      <description>&lt;P&gt;Hi PetrS:&lt;/P&gt;&lt;P&gt;I've resolved this by finding out the default PHY address of TI DP83848C being set to 1.&amp;nbsp; The problem has been resolved.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 15:40:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/phy-autoneg-on-MPC5748G-LCEVB/m-p/1450814#M21068</guid>
      <dc:creator>karma_JC</dc:creator>
      <dc:date>2022-04-28T15:40:02Z</dc:date>
    </item>
  </channel>
</rss>

