<?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 Re: Ethernet receiving  with M4 core in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940900#M140798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xingsheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i.MX6SX fec OS-less example one can look at uboot fec driver&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/net/fec_mxc.c?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/net/fec_mxc.c?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;fec_mxc.c\net\drivers - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also may be useful &lt;A class="" data-dtmaction="Documents and Software Results - Software Link click" data-dtmsubaction="On-Board Diagnostic Suit for the i.MX28" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX_OBDS"&gt;On-Board Diagnostic Suit for the i.MX28&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2019 05:19:21 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-09-19T05:19:21Z</dc:date>
    <item>
      <title>Ethernet receiving  with M4 core</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940899#M140797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="color: #333333; background-color: #f0f0f0; border: 0px; font-size: 16px;"&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; background-color: #f0f0f0; border: 0px; font-size: 16px;"&gt;I am working on ENET driver on&amp;nbsp;&lt;SPAN&gt;the M4 core of IMX6 solox board. I met an issue that it of ENET receiving.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #333333; background-color: #f0f0f0; border: 0px; font-size: 16px;"&gt;&lt;SPAN&gt;1. My ENET driver can send the&amp;nbsp;packet out success. And it triggered interrupt while sending completes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f0f0f0; border: 0px; color: #333333; font-size: 16px; "&gt;2. For receiving: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f0f0f0; border: 0px; color: #333333; font-size: 16px; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.a.&amp;nbsp;Most time, there is no receiving interrupt hit. But I can see some data received (not full frame) in the descriptor buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f0f0f0; border: 0px; color: #333333; font-size: 16px; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.b. Some time, it triggers receiving interrupt once. But then it does not trigger receiving interrupt any more. I can still see&amp;nbsp;&lt;SPAN style="background-color: #f0f0f0;"&gt;some data received &lt;SPAN&gt;(not full&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;frame&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;in the next descriptor buffer.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f0f0f0; border: 0px; color: #333333; font-size: 16px; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2.c. On both 2.a and 2.b, The bit&amp;nbsp;ENETx_EIR.RXB is set (&lt;/SPAN&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;ndicates a receive buffer descriptor is not the last in the frame has been updated&lt;/SPAN&gt;&lt;SPAN style="background-color: #f0f0f0; border: 0px; color: #333333; font-size: 16px; "&gt;).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f0f0f0; border: 0px; color: #333333; font-size: 16px; "&gt;Does any one meet such issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #333333; background-color: #f0f0f0; border: 0px; font-size: 16px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2019 03:15:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940899#M140797</guid>
      <dc:creator>xingshengwan</dc:creator>
      <dc:date>2019-09-18T03:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet receiving  with M4 core</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940900#M140798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xingsheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i.MX6SX fec OS-less example one can look at uboot fec driver&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/net/fec_mxc.c?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/net/fec_mxc.c?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;fec_mxc.c\net\drivers - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also may be useful &lt;A class="" data-dtmaction="Documents and Software Results - Software Link click" data-dtmsubaction="On-Board Diagnostic Suit for the i.MX28" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX_OBDS"&gt;On-Board Diagnostic Suit for the i.MX28&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 05:19:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940900#M140798</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-19T05:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet receiving  with M4 core</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940901#M140799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0d0d0d; background-color: #ffffff; font-size: 13.3333px;"&gt;We have used this same driver on i.MX6UL(L), Kinetis, Vybrid, and ColdFire, and they do not have this problem. What changed on the i.MX6 SoloX that would cause this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0d0d0d; background-color: #ffffff; font-size: 13.3333px;"&gt;I also tried to enable loopback. The receive can only receive 16 bytes data, but the length it shows 0x600 byte.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0d0d0d; background-color: #ffffff; font-size: 13.3333px;"&gt;Xingsheng&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ethernet-receiving-with-M4-core/m-p/940901#M140799</guid>
      <dc:creator>xingshengwan</dc:creator>
      <dc:date>2019-10-03T17:45:12Z</dc:date>
    </item>
  </channel>
</rss>

