<?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 LPC1788, LwIP, reassembly problem in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-LwIP-reassembly-problem/m-p/524776#M7412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by FlySnake on Sun Jul 14 05:28:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got a problem with LwIP (with lpcopen) and LPC1788 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
ping 192.168.1.99 -s 1473
PING 192.168.1.99 (192.168.1.99) 1473(1501) bytes of data.
1481 bytes from 192.168.1.99: icmp_req=1 ttl=255 time=1.02 ms
From 192.168.1.99 icmp_seq=2 Frag reassembly time exceeded
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With ICMP echo request of size below 1473 bytes - all is OK. But with 1473+ packet is fragmented on IP layer and it causes a problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
mem_malloc: could not allocate 1552 bytes
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;There is a mention about this problem &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fbugtrackerissue%2Flwiplpc-lpc17emac-driver-fault-exception-several-conditions" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/bugtrackerissue/lwiplpc-lpc17emac-driver-fault-exception-several-conditions&lt;/A&gt;&lt;SPAN&gt; but the suggested code didn't help and it seems like nobody cares about this bug.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The port from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freertos.org%2FFreeRTOS-Plus%2FFreeRTOS_Plus_IO%2FDemo_Applications%2FLPCXpresso_LPC1769%2FNXP_LPC1769_Demo_Description.shtml" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml&lt;/A&gt;&lt;SPAN&gt; works fine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:09:47 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:09:47Z</dc:date>
    <item>
      <title>LPC1788, LwIP, reassembly problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-LwIP-reassembly-problem/m-p/524776#M7412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by FlySnake on Sun Jul 14 05:28:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got a problem with LwIP (with lpcopen) and LPC1788 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
ping 192.168.1.99 -s 1473
PING 192.168.1.99 (192.168.1.99) 1473(1501) bytes of data.
1481 bytes from 192.168.1.99: icmp_req=1 ttl=255 time=1.02 ms
From 192.168.1.99 icmp_seq=2 Frag reassembly time exceeded
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With ICMP echo request of size below 1473 bytes - all is OK. But with 1473+ packet is fragmented on IP layer and it causes a problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
mem_malloc: could not allocate 1552 bytes
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;There is a mention about this problem &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fbugtrackerissue%2Flwiplpc-lpc17emac-driver-fault-exception-several-conditions" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/bugtrackerissue/lwiplpc-lpc17emac-driver-fault-exception-several-conditions&lt;/A&gt;&lt;SPAN&gt; but the suggested code didn't help and it seems like nobody cares about this bug.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;The port from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freertos.org%2FFreeRTOS-Plus%2FFreeRTOS_Plus_IO%2FDemo_Applications%2FLPCXpresso_LPC1769%2FNXP_LPC1769_Demo_Description.shtml" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml&lt;/A&gt;&lt;SPAN&gt; works fine.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:09:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788-LwIP-reassembly-problem/m-p/524776#M7412</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:09:47Z</dc:date>
    </item>
  </channel>
</rss>

