<?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 LPC1769 CRC in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522870#M5506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Jun 01 12:43:48 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you implemented ARP protocol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And ICMP for pinging.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:56:23 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:56:23Z</dc:date>
    <item>
      <title>Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522863#M5499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DMH on Sat May 30 17:58:20 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a LPC1769 board and i'm trying to use the uIP stack to achieve ethernet connectivity so that I can access the board through ethernet connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything seems to be working perfectly except the CRC part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've configured the MAC2 to pad to 64bytes and append the CRC. Wireshark indicates the packet has been received but the CRC is invalid (the value reported by Wireshark is of 0 when it should be a certain value).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I noticed that the descriptors also have a padding and appending CRC flags so enabled those as well and the problem remains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The entire packet is exactly as expected except for the frame check sequence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've enabled (and disabled) pretty much any option regarding the padding and CRC parts of the Ethernet block and it won't work. If only the padding and appending CRC flags are enabled (MAC2 flags off) the packet will be sent but discarded by Wireshark as its size is inferior to the required minimum (42 bytes vs 64 bytes).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my attachment is the Ethernet device driver. (Please take into consideration that I'm still in college so my code isn't up to professional standards).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337999"&gt;EMAC.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522863#M5499</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522864#M5500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sun May 31 06:22:04 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an 'issue' with your PC's network driver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'Checksum offload' is enabled, so Wireshark never sees the CRC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a Wireshark help or faq or wiki about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got to the network options (can't remember where they are this week), but probably&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;somewhere in Device Mangler Network Adapters &amp;lt;device name&amp;gt; Properties Advanced&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On mine there is "IPv4 Checksum Offload" which needs to be disabled for Wireshark&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to see the packet CRCs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522864#M5500</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522865#M5501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DMH on Sun May 31 06:35:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;This is an 'issue' with your PC's network driver.&lt;BR /&gt;&lt;BR /&gt;'Checksum offload' is enabled, so Wireshark never sees the CRC.&lt;BR /&gt;There is a Wireshark help or faq or wiki about this.&lt;BR /&gt;&lt;BR /&gt;Got to the network options (can't remember where they are this week), but probably&lt;BR /&gt;somewhere in Device Mangler Network Adapters &amp;lt;device name&amp;gt; Properties Advanced&lt;BR /&gt;On mine there is "IPv4 Checksum Offload" which needs to be disabled for Wireshark&lt;BR /&gt;to see the packet CRCs.&lt;BR /&gt;&lt;BR /&gt;Cheers, Mike&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ah since I'm using a MBP that option doesn't really show up. Or is the option on Wireshark?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could that be the reason the browser can't access the web server on the LPC1769 board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everytime I try to go to the boards IP on the browser (192.168.0.2) it never seems to be able to connect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522865#M5501</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522866#M5502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sun May 31 12:27:25 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What is "an MBP"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://http://packetlife.net/blog/2008/aug/23/disabling-checksum-validation-wireshark/"&gt;this&lt;/A&gt;&lt;SPAN&gt; for a fuller explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could have Googled this for yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522866#M5502</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522867#M5503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Sun May 31 12:32:16 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;What is "an MBP"?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :D &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Google:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mac Book Pro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522867#M5503</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522868#M5504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sun May 31 12:41:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The code in your zip does not seem to set MAC2 at all! (Commented out.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the 1778 (same EMAC module), I set MAC2 to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; MAC2_FULL_DUPLEX &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; MAC2_CRC_EN &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; MAC2_PAD_CRC_EN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e 0x31 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I don't have issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned, I had to set options on Wireshark and/or the Network adapter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this length of time, I can't really remember the full details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doesn't the MAC have any control over the network adapter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522868#M5504</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522869#M5505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DMH on Mon Jun 01 07:12:06 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;The code in your zip does not seem to set MAC2 at all! (Commented out.)&lt;BR /&gt;&lt;BR /&gt;On the 1778 (same EMAC module), I set MAC2 to&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; MAC2_FULL_DUPLEX &lt;BR /&gt;&amp;nbsp; MAC2_CRC_EN &lt;BR /&gt;&amp;nbsp; MAC2_PAD_CRC_EN&lt;BR /&gt;&lt;BR /&gt;I.e 0x31 &lt;BR /&gt;&lt;BR /&gt;And I don't have issues.&lt;BR /&gt;&lt;BR /&gt;As mentioned, I had to set options on Wireshark and/or the Network adapter.&lt;BR /&gt;At this length of time, I can't really remember the full details.&lt;BR /&gt;&lt;BR /&gt;Doesn't the MAC have any control over the network adapter?&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm aware of the commented part, in the application it isn't commented, bad zipping on my part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The MAC doesn't give you much control over this kind of things, nonetheless another thing that is weird is that although the MAC address of the board and its IP gets registered I can't access it through its IP address. The TCP packets never arrive at the board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522869#M5505</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522870#M5506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Jun 01 12:43:48 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you implemented ARP protocol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And ICMP for pinging.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522870#M5506</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522871#M5507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DMH on Mon Jun 01 15:12:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;Have you implemented ARP protocol.&lt;BR /&gt;And ICMP for pinging.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ARP protocol is implemented, I'm using the uIP TCP/IP stack so only ARP protocol and TCP is implemented on this example of theirs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is I see Wireshark capture a TCP frame but it never reaches the board or at least the board never recognizes it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522871#M5507</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522872#M5508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Mon Jun 01 17:42:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The next issue(s) then are (in 1769 user manual terminology) Station Address [MAC ADDRESS]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and RXFILTERCTRL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set my RXFILTERCTRL to 0x26 [MAC ADDR Match + Broadcast + Multicast] You need broadcast for ARP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on the revision of your user manual, there may be a bug in the description of the Station Address (MAC ADDRRESS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;registers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regardless, if your MAC ADDR is 01-23-45-67-89-AB,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SA0 = 89-AB [0x89AB]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SA1 = 45-67&amp;nbsp; [0x4567]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SA2 = 01-23&amp;nbsp; [0x0123]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I had another look at you posted code; the filtering is OK, the MAC address is backwards, due to some idiot in the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;documation department, I think if you download that latest manual, they fixed it. Anyway, swap SA0 and SA2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522872#M5508</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522873#M5509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DMH on Mon Jun 01 19:57:25 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;The next issue(s) then are (in 1769 user manual terminology) Station Address [MAC ADDRESS]&lt;BR /&gt;and RXFILTERCTRL.&lt;BR /&gt;&lt;BR /&gt;I set my RXFILTERCTRL to 0x26 [MAC ADDR Match + Broadcast + Multicast] You need broadcast for ARP&lt;BR /&gt;&lt;BR /&gt;Depending on the revision of your user manual, there may be a bug in the description of the Station Address (MAC ADDRRESS)&lt;BR /&gt;registers.&lt;BR /&gt;&lt;BR /&gt;Regardless, if your MAC ADDR is 01-23-45-67-89-AB,&lt;BR /&gt;&lt;BR /&gt;SA0 = 89-AB [0x89AB]&lt;BR /&gt;SA1 = 45-67&amp;nbsp; [0x4567]&lt;BR /&gt;SA2 = 01-23&amp;nbsp; [0x0123]&lt;BR /&gt;&lt;BR /&gt;EDIT: I had another look at you posted code; the filtering is OK, the MAC address is backwards, due to some idiot in the&lt;BR /&gt;documation department, I think if you download that latest manual, they fixed it. Anyway, swap SA0 and SA2.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My manual is the latest on available on their website, I'll try your solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: I've tried swapping, still the same result. Do I have to do anything to the used descriptor? Like set it to some initial value or something after reception?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522873#M5509</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet LPC1769 CRC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522874#M5510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Mon Jun 01 22:43:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi DMH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which Ethernet PHY (Ethernet chip) are you using? The 8720?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you checked if the Ethernet init is successful? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you send Ethernet packets via your attached code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you checked, if you can receive data via your attached code (before they are sent to uIP)? So you can say error is in EMAC code or in uIP code...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think to remember that Ethernet buffers must be in certain memory area. Have you checked?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the board something readily available (which one? Keil board?) or have you created your own board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could it be something like Ethernet speed 10/100/1000 MBit/s?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-LPC1769-CRC/m-p/522874#M5510</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:56:26Z</dc:date>
    </item>
  </channel>
</rss>

