<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックMCF52233 Ethernet Network Problem - PHY RX and TX stopped</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52233-Ethernet-Network-Problem-PHY-RX-and-TX-stopped/m-p/337063#M12237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using MCF52233 with uTasker 1.3. This system Ethernet PHY layer will be down after running for a long time.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked on the MIB Counters IEEE_T_FRAME_OK and IEEE_R_FRAME_OK are not incrementing anymore. The system cannot be ping yet the other peripherals are working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to know is there anyway to dissolves this problem or can lead me to the causes of this problem&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 09:44:00 GMT</pubDate>
    <dc:creator>keithtan</dc:creator>
    <dc:date>2014-11-13T09:44:00Z</dc:date>
    <item>
      <title>MCF52233 Ethernet Network Problem - PHY RX and TX stopped</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52233-Ethernet-Network-Problem-PHY-RX-and-TX-stopped/m-p/337063#M12237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using MCF52233 with uTasker 1.3. This system Ethernet PHY layer will be down after running for a long time.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked on the MIB Counters IEEE_T_FRAME_OK and IEEE_R_FRAME_OK are not incrementing anymore. The system cannot be ping yet the other peripherals are working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to know is there anyway to dissolves this problem or can lead me to the causes of this problem&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52233-Ethernet-Network-Problem-PHY-RX-and-TX-stopped/m-p/337063#M12237</guid>
      <dc:creator>keithtan</dc:creator>
      <dc:date>2014-11-13T09:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52233 Ethernet Network Problem - PHY RX and TX stopped</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52233-Ethernet-Network-Problem-PHY-RX-and-TX-stopped/m-p/337064#M12238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the CPU Errata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search this forum for "MCF52233 FEC" and "FEC Freeze".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This post suggests running your uTasker code under an emulator on a PC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/22104#22104" title="https://community.freescale.com/message/22104#22104"&gt;https://community.freescale.com/message/22104#22104&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long is a "long time"? Can you make it fail faster by performing bulk data transfers, or by flood-pinging it? Flood-ping with different sized packets, up to (and beyond to cause fragmentation) the maximum size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a memory or buffer leak? Is it running out of anything? Would you know if it did - will it try to report these errors and can you see them (in a log or on a console)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it depend on certain traffic or packets? Can you run it on an isolated network with the minimum other devices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it recover if you unplug the Ethernet cable and plug it in again (I have no idea if uTasker has code to handle this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspect all of the FEC Registers, and the entire receive and transmit rings after it stops working. Are there any un-handled errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if you can get it working again by partially or fully reinitializing the FEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask on the uTasker forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 13:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52233-Ethernet-Network-Problem-PHY-RX-and-TX-stopped/m-p/337064#M12238</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2014-11-13T13:09:17Z</dc:date>
    </item>
  </channel>
</rss>

