<?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>i.MX ProcessorsのトピックEthernet data link does not work with MIMXRT1062</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1342371#M180307</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using the MIMXRT1062 on a custom board to communicate with the network.&lt;/P&gt;&lt;P&gt;Accordingly configured the ethernet port and registers in the firmware to do so. I had the link up and running until few days ago. And in between was working on some RTOS and mBedTls stuff.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now if I check, the ethernet port does not work ( data read back from PHY Read fails and shows that the link is down ).&lt;BR /&gt;Similarly the "&amp;nbsp;PHY_GetAutoNegotiationStatus " and " PHY_GetLinkStatus " as used in the EVK example do not set the link up.&lt;BR /&gt;This is happening even when I am using my base code ( similar to the EVK example ) that I had used to verify ethernet earlier.&lt;BR /&gt;Wondering if any of the PHY settings/configurations have been changed ? This is a pretty urgent requirement.&lt;BR /&gt;Any help will be much appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 16:14:05 GMT</pubDate>
    <dc:creator>Sha_G</dc:creator>
    <dc:date>2021-09-17T16:14:05Z</dc:date>
    <item>
      <title>Ethernet data link does not work with MIMXRT1062</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1342371#M180307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using the MIMXRT1062 on a custom board to communicate with the network.&lt;/P&gt;&lt;P&gt;Accordingly configured the ethernet port and registers in the firmware to do so. I had the link up and running until few days ago. And in between was working on some RTOS and mBedTls stuff.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now if I check, the ethernet port does not work ( data read back from PHY Read fails and shows that the link is down ).&lt;BR /&gt;Similarly the "&amp;nbsp;PHY_GetAutoNegotiationStatus " and " PHY_GetLinkStatus " as used in the EVK example do not set the link up.&lt;BR /&gt;This is happening even when I am using my base code ( similar to the EVK example ) that I had used to verify ethernet earlier.&lt;BR /&gt;Wondering if any of the PHY settings/configurations have been changed ? This is a pretty urgent requirement.&lt;BR /&gt;Any help will be much appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 16:14:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1342371#M180307</guid>
      <dc:creator>Sha_G</dc:creator>
      <dc:date>2021-09-17T16:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet data link does not work with MIMXRT1062</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1343164#M180392</link>
      <description>&lt;P&gt;Have you changed the&amp;nbsp;&lt;SPAN&gt;PHY_AUTONEGO_TIMEOUT_COUNT? Mine seems to stop working when I reduce this value from 100000 to 1000. When no ethernet cable is connected on mine it was stalling my application and this value was the holdup. So I need to come up with another solution. But as soon as I increase this value Ethernet works fine again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 09:41:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1343164#M180392</guid>
      <dc:creator>pauricacre</dc:creator>
      <dc:date>2021-09-21T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet data link does not work with MIMXRT1062</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1343392#M180414</link>
      <description>&lt;P&gt;&lt;SPAN&gt;PHY_AUTONEGO_TIMEOUT_COUNT is set to 100000 in my code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Stepping through the debugger shows me that the data read from the SMI register ( MMFR ) seems to be different than what is expected - Causing the Auto Nego and Link status to not pass. The ST, OP, Pa, RA amd TA fields are all correct in the MMFR register. Just the DATA looks different than what could make the MDIO_Read to return a correct regValue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 16:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1343392#M180414</guid>
      <dc:creator>Sha_G</dc:creator>
      <dc:date>2021-09-21T16:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet data link does not work with MIMXRT1062</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1343780#M180448</link>
      <description>&lt;P&gt;It may be a caching issue depending on your project configuration (ie using external SDRAM). Try disabling/commenting&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SCB_EnableDCache(); and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SCB_EnableICache(); in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;BOARD_ConfigMPU(). This may point you in the right direction. This was another issue I had that was working previously in the demo projects.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 07:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-data-link-does-not-work-with-MIMXRT1062/m-p/1343780#M180448</guid>
      <dc:creator>pauricacre</dc:creator>
      <dc:date>2021-09-22T07:19:28Z</dc:date>
    </item>
  </channel>
</rss>

