<?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>LPC Microcontrollers中的主题 Re: LPC546 - Ethernet : Rx Queue Overflow</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961654#M38117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our core speed is at 220MHz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I found my problem:&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PBUF_POOL and NETBUF was too small&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- We made a too long&amp;nbsp;&lt;/SPAN&gt;vTaskDelay in our TCP Thread&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- Problems in our application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks a lot for your reply,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2019 12:57:17 GMT</pubDate>
    <dc:creator>corentin</dc:creator>
    <dc:date>2019-08-01T12:57:17Z</dc:date>
    <item>
      <title>LPC546 - Ethernet : Rx Queue Overflow</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961650#M38113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have some&amp;nbsp;problems with ethernet peripheral on LPC546. When we send lot of packets (approx. at 1MBits/s) , we drop lot of packet and the&amp;nbsp;OVFPKTCNT register is fill.&amp;nbsp;I try to configure the "multi queue" offer by the SDK but it doesn't work... Someone have an example? Or any idea for this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We haven't this problem with an LPC17, where is the difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Freertos+LwIP, with none buffer full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 07:24:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961650#M38113</guid>
      <dc:creator>corentin</dc:creator>
      <dc:date>2019-07-24T07:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546 - Ethernet : Rx Queue Overflow</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961651#M38114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/corentin@lightingsoft.com"&gt;corentin@lightingsoft.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that the memory location the stack had queue the buffer corresponds to a low speed memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the next post, here explain how to relocated the buffer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/761067?commentID=761067#comment-761067"&gt;https://community.nxp.com/message/761067?commentID=761067#comment-761067&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this was helpful to 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>Fri, 26 Jul 2019 01:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961651#M38114</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-07-26T01:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546 - Ethernet : Rx Queue Overflow</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961652#M38115</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;I checked all in the previous post and it's doesn't work. In fact, in &lt;EM&gt;ethernetif.c&lt;/EM&gt; in function&amp;nbsp;&lt;EM&gt;low_level_input&lt;/EM&gt;, all inputs frames are in a "PBUF_POOL', always in SRAM memory area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Corentin GOULET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 08:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961652#M38115</guid>
      <dc:creator>corentin</dc:creator>
      <dc:date>2019-07-29T08:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546 - Ethernet : Rx Queue Overflow</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961653#M38116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Corentin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the core speed that are you using? I will suggest to use the PLL at 180 MHz and check if this problem disappear.&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>Wed, 31 Jul 2019 23:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961653#M38116</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-07-31T23:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546 - Ethernet : Rx Queue Overflow</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961654#M38117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our core speed is at 220MHz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I found my problem:&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PBUF_POOL and NETBUF was too small&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- We made a too long&amp;nbsp;&lt;/SPAN&gt;vTaskDelay in our TCP Thread&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- Problems in our application&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks a lot for your reply,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best Regards&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:57:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961654#M38117</guid>
      <dc:creator>corentin</dc:creator>
      <dc:date>2019-08-01T12:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546 - Ethernet : Rx Queue Overflow</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961655#M38118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Corentin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm glad that you could solve your problem.&amp;nbsp;&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>Thu, 01 Aug 2019 17:34:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546-Ethernet-Rx-Queue-Overflow/m-p/961655#M38118</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-08-01T17:34:12Z</dc:date>
    </item>
  </channel>
</rss>

