<?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 LPC546xx LWIP and Hardware Checksum in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-LWIP-and-Hardware-Checksum/m-p/1219676#M43712</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;We are using LPC546xx Microcontroler&lt;/P&gt;&lt;P&gt;To Maximizing throughput on the processor, I would like to activate the option &lt;STRONG&gt;"CHECKSUM_BY_HARDWARE"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As proposed here:&lt;BR /&gt;&lt;A href="https://lwip.fandom.com/wiki/Maximizing_throughput" target="_self"&gt;https://lwip.fandom.com/wiki/Maximizing_throughput&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know what must be done on Ethernet Controler Part ?&lt;BR /&gt;I see In the User Manual:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IP checksum offload support for TCP, UDP, or ICMP payloads encapsulated over IP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I activated the bit 27 "IPC" of&amp;nbsp; &lt;SPAN class="fontstyle0"&gt;MAC_CONFIG&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;but as soon activated the Ethernet communication is not working any more&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 14:49:19 GMT</pubDate>
    <dc:creator>florentfortin</dc:creator>
    <dc:date>2021-01-22T14:49:19Z</dc:date>
    <item>
      <title>LPC546xx LWIP and Hardware Checksum</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-LWIP-and-Hardware-Checksum/m-p/1219676#M43712</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;We are using LPC546xx Microcontroler&lt;/P&gt;&lt;P&gt;To Maximizing throughput on the processor, I would like to activate the option &lt;STRONG&gt;"CHECKSUM_BY_HARDWARE"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As proposed here:&lt;BR /&gt;&lt;A href="https://lwip.fandom.com/wiki/Maximizing_throughput" target="_self"&gt;https://lwip.fandom.com/wiki/Maximizing_throughput&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know what must be done on Ethernet Controler Part ?&lt;BR /&gt;I see In the User Manual:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IP checksum offload support for TCP, UDP, or ICMP payloads encapsulated over IP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I activated the bit 27 "IPC" of&amp;nbsp; &lt;SPAN class="fontstyle0"&gt;MAC_CONFIG&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;but as soon activated the Ethernet communication is not working any more&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 14:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-LWIP-and-Hardware-Checksum/m-p/1219676#M43712</guid>
      <dc:creator>florentfortin</dc:creator>
      <dc:date>2021-01-22T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx LWIP and Hardware Checksum</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-LWIP-and-Hardware-Checksum/m-p/1227549#M43876</link>
      <description>&lt;P&gt;Hi, Florent,&lt;/P&gt;
&lt;P&gt;I think you have to set the COE bits in the MAC HW Feature0 register, I copy it here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1612688273074.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/136699iC53A54A47DC766C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1612688273074.png" alt="xiangjun_rong_0-1612688273074.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Pls check the IPS bit for the IP part checksum.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1612688608908.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/136700iB8FDD81CD918075E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1612688608908.png" alt="xiangjun_rong_1-1612688608908.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 09:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-LWIP-and-Hardware-Checksum/m-p/1227549#M43876</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-02-07T09:03:55Z</dc:date>
    </item>
  </channel>
</rss>

