<?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: Example using LPC1778 with ethernet DP83848C in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2035339#M57597</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;LPCOpen examples can be helpful for this, there is already a webserver example on the pack:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Getting-started-with-the-LPCOpen-Ethernet-Examples-lwip-tcpecho/ta-p/1100293" target="_blank"&gt;Getting started with the LPCOpen Ethernet Examples (lwip_tcpecho and webserver) - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 23:18:32 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2025-01-28T23:18:32Z</dc:date>
    <item>
      <title>Example using LPC1778 with ethernet DP83848C</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2034341#M57585</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im working on LPC1778 MCU with ethernet DP83848C. Im using library from&amp;nbsp;&lt;A href="https://github.com/openxc/nxp-cdl/tree/master" target="_blank"&gt;https://github.com/openxc/nxp-cdl/tree/master&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application is to serve webpage. Enter Ip from browser, and it will open the MCU webpage.&lt;/P&gt;&lt;P&gt;Can you provide the example for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 03:04:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2034341#M57585</guid>
      <dc:creator>aus_swsol</dc:creator>
      <dc:date>2025-01-27T03:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Example using LPC1778 with ethernet DP83848C</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2035339#M57597</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;LPCOpen examples can be helpful for this, there is already a webserver example on the pack:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Getting-started-with-the-LPCOpen-Ethernet-Examples-lwip-tcpecho/ta-p/1100293" target="_blank"&gt;Getting started with the LPCOpen Ethernet Examples (lwip_tcpecho and webserver) - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 23:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2035339#M57597</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2025-01-28T23:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Example using LPC1778 with ethernet DP83848C</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2037068#M57612</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have plot the code from LPCOPEN to my Keil IDE for my LPC1778 project. Its managed to detect the PHY link up &amp;amp; down when I plug/unplug Ethernet cable. However, its doesnt respond to the ping when I ping the IP from windows. Below is the debug viewer. I have enabled some debug options from LWIP.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;LPC177X_ETH - Initialize&lt;BR /&gt;Starting LWIP TCP echo server...&lt;BR /&gt;netif: netmask of interface set to 255.255.255.0&lt;BR /&gt;netif: GW address of interface set to 192.168.1.254&lt;BR /&gt;netif_set_ipaddr: netif address being changed&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10000870&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000870 (free desc=3)&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10000e88&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000e88 (free desc=2)&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 100014a0&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 100014a0 (free desc=1)&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10001ab8&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10001ab8 (free desc=0)&lt;BR /&gt;netif: added interface en IP addr 192.168.1.93 netmask 255.255.255.0 gw 192.168.1.254&lt;BR /&gt;netif: setting default interface en&lt;BR /&gt;httpd_init&lt;BR /&gt;tcp_bind: bind to port 80&lt;BR /&gt;LPC177X_ETH - IP_ADDR : 192.168.1.93&lt;/P&gt;&lt;P&gt;LPC177X_ETH - NET_MASK : 255.255.255.0&lt;/P&gt;&lt;P&gt;LPC177X_ETH - GATEWAY_IP : 192.168.1.254&lt;/P&gt;&lt;P&gt;LPC177X_ETH - Link connect status: 0&lt;/P&gt;&lt;P&gt;etharp_request: sending ARP request.&lt;BR /&gt;pbuf_alloc(length=28)&lt;BR /&gt;pbuf_alloc(length=28) == 100020d0&lt;BR /&gt;etharp_raw: sending raw ARP packet.&lt;BR /&gt;pbuf_add_header: old 100020f0 new 100020e2 (14)&lt;BR /&gt;ethernet_output: sending packet 100020d0&lt;BR /&gt;pbuf_alloc(length=42)&lt;BR /&gt;pbuf_alloc(length=42) == 10002110&lt;BR /&gt;lpc_low_level_output: Switched to DMA safe buffer, old=00000000, new=10002110&lt;BR /&gt;lpc_low_level_output: pbuf packet(10002120) sent, chain#=0, size = 42 (index=0)&lt;BR /&gt;pbuf_free(100020d0)&lt;BR /&gt;pbuf_free: deallocating 100020d0&lt;BR /&gt;LPC177X_ETH - Link connect status: 1&lt;/P&gt;&lt;P&gt;LPC177X_ETH - IP_ADDR : 192.168.1.93&lt;/P&gt;&lt;P&gt;LPC177X_ETH - NET_MASK : 255.255.255.0&lt;/P&gt;&lt;P&gt;LPC177X_ETH - GATEWAY_IP : 192.168.1.254&lt;/P&gt;&lt;P&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000870 (free desc=0)&lt;BR /&gt;lpc_low_level_input: Packet dropped with errors (0xffffffff)&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000e88 (free desc=0)&lt;BR /&gt;lpc_low_level_input: Packet dropped with errors (0xffffffff)&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 100014a0 (free desc=0)&lt;BR /&gt;lpc_low_level_input: Packet dropped with errors (0xffffffff)&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10001ab8 (free desc=0)&lt;BR /&gt;lpc_low_level_input: Packet dropped with errors (0xffffffff)&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000870 (free desc=0)&lt;BR /&gt;lpc_low_level_input: Packet dropped with errors (0xffffffff)&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000e88 (free desc=0)&lt;BR /&gt;lpc_low_level_input: Packet dropped with errors (0xffffffff)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advanced.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 07:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2037068#M57612</guid>
      <dc:creator>aus_swsol</dc:creator>
      <dc:date>2025-02-03T07:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Example using LPC1778 with ethernet DP83848C</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2037511#M57617</link>
      <description>&lt;P&gt;*update&lt;BR /&gt;&lt;BR /&gt;I changed to use MII. Then the error disappeared. Now below is my printf debug log. I still cannot ping my DP83848C. What did I miss? I attached my main file, settings &amp;amp; my schematic diagram.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;// DEBUG LOG&lt;/P&gt;&lt;P&gt;LPC177X_ETH - Initialize&lt;BR /&gt;Starting LWIP TCP echo server...&lt;BR /&gt;netif: netmask of interface set to 255.255.255.0&lt;BR /&gt;netif: GW address of interface set to 192.168.1.254&lt;BR /&gt;netif_set_ipaddr: netif address being changed&lt;BR /&gt;Chip_Clock_GetENETClockRate: 120000000&lt;BR /&gt;clockRate: 2500000&lt;BR /&gt;tmp: 48&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10000048&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000048 (free desc=3)&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10000660&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000660 (free desc=2)&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10000c78&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10000c78 (free desc=1)&lt;BR /&gt;pbuf_alloc(length=1536)&lt;BR /&gt;pbuf_alloc(length=1536) == 10001290&lt;BR /&gt;lpc_rxqueue_pbuf: pbuf packet queued: 10001290 (free desc=0)&lt;BR /&gt;netif: added interface en IP addr 192.168.1.93 netmask 255.255.255.0 gw 192.168.1.254&lt;BR /&gt;netif_is_up: 1&lt;BR /&gt;netif: setting default interface en&lt;BR /&gt;tcp_bind: bind to port 7&lt;BR /&gt;etharp_timer&lt;BR /&gt;IP_ADDR : 192.168.1.93&lt;BR /&gt;NET_MASK : 255.255.255.0&lt;BR /&gt;GATEWAY_IP : 192.168.1.254&lt;BR /&gt;Link connect status: 0&lt;BR /&gt;etharp_request: sending ARP request.&lt;BR /&gt;pbuf_alloc(length=28)&lt;BR /&gt;pbuf_alloc(length=28) == 100018a8&lt;BR /&gt;etharp_raw: sending raw ARP packet.&lt;BR /&gt;pbuf_add_header: old 100018c8 new 100018ba (14)&lt;BR /&gt;ethernet_output: sending packet 100018a8&lt;BR /&gt;pbuf_alloc(length=42)&lt;BR /&gt;pbuf_alloc(length=42) == 100018e8&lt;BR /&gt;lpc_low_level_output: Switched to DMA safe buffer, old=00000000, new=100018e8&lt;BR /&gt;lpc_low_level_output: pbuf packet(100018f8) sent, chain#=0, size = 42 (index=0)&lt;BR /&gt;pbuf_free(100018a8)&lt;BR /&gt;pbuf_free: deallocating 100018a8&lt;BR /&gt;Link connect status: 1&lt;BR /&gt;IP_ADDR : 192.168.1.93&lt;BR /&gt;NET_MASK : 255.255.255.0&lt;BR /&gt;GATEWAY_IP : 192.168.1.254&lt;BR /&gt;lpc_tx_reclaim_st: Freeing packet 100018e8 (index 0)&lt;BR /&gt;pbuf_free(100018e8)&lt;BR /&gt;pbuf_free: deallocating 100018e8&lt;BR /&gt;etharp_timer&lt;BR /&gt;etharp_timer&lt;BR /&gt;etharp_timer&lt;BR /&gt;etharp_timer&lt;BR /&gt;etharp_timer&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 04:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Example-using-LPC1778-with-ethernet-DP83848C/m-p/2037511#M57617</guid>
      <dc:creator>aus_swsol</dc:creator>
      <dc:date>2025-02-04T04:24:32Z</dc:date>
    </item>
  </channel>
</rss>

