<?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: Do you know how to use dlan-greenphy-sdk? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/2056052#M57830</link>
    <description>&lt;P&gt;Hii&amp;nbsp;dhjeong&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope you found the solution to your query ? "How to use devolo SDK" or how to develop new codes for Devolo Modules.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please guide us as well.&amp;nbsp;&lt;BR /&gt;I recently bought a Devolo board and facing alot of issue&amp;nbsp;&lt;BR /&gt;1. Issue while building latest build on Github&amp;nbsp;&lt;BR /&gt;Error :&amp;nbsp;&lt;SPAN&gt;dlan-greenphy-sdk-master\Libraries\Debug/../FreeRTOS-Plus-TCP-multi-master/source/portable/FileS&lt;/SPAN&gt;&lt;U&gt;ystem/httpd-fs/httpd-fs.c:93:&lt;/U&gt;&lt;SPAN&gt;(.text.httpd_fs_open+0x50):&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;undefined reference to `fs_root'&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2053831" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2053831&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. We don't have any spare I/O pins on HW, how to use this board for any application ?&lt;/P&gt;&lt;P&gt;3. How did you use this board in your application ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Looking forward to hear and connect with you:&amp;nbsp;&lt;SPAN&gt;charanmakkar.navtech@gmail.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;BR /&gt;Charan&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 07:22:00 GMT</pubDate>
    <dc:creator>Charanmakkar_navtech</dc:creator>
    <dc:date>2025-03-05T07:22:00Z</dc:date>
    <item>
      <title>Do you know how to use dlan-greenphy-sdk?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/1480956#M49354</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;hello. I'm using the NXP MCUXPresso tool and following the instructions on the site below.

https://github.com/devolo/dlan-greenphy-sdk

There were a few issues, but the tech support team helped me out and solved them.

However, there is currently a problem in the process of starting "FirmwareStandalone" in step 4.

The page like the picture cannot be checked, and the board cannot be assigned an IP by DHCP, and a temporary IP (169.**.**.**) is assigned.

Can you give me a guide to get a quick start using that tool?

thank you&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:24:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/1480956#M49354</guid>
      <dc:creator>dhjeong</dc:creator>
      <dc:date>2022-06-28T06:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Do you know how to use dlan-greenphy-sdk?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/1482334#M49381</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;First of all, the dlan-greenphy-sdk code is third party code, pls check yourself.&lt;/P&gt;
&lt;P&gt;For the DHCP based on LWIP stack whose function is that the ethernet can be assigned an IP address, pls download the LPCopen from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;pls refer to the webserver_freertos example.&lt;/P&gt;
&lt;P&gt;C:\DriveE\LPCOpen\lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip\webserver_freertos&lt;/P&gt;
&lt;P&gt;there is example of DHCP as the following code:&lt;/P&gt;
&lt;P&gt;/* LWIP kickoff and PHY link monitor thread */&lt;BR /&gt;static void vSetupIFTask(void *pvParameters) {&lt;BR /&gt;ip_addr_t ipaddr, netmask, gw;&lt;BR /&gt;volatile s32_t tcpipdone = 0;&lt;BR /&gt;uint32_t physts;&lt;BR /&gt;static int prt_ip = 0;&lt;BR /&gt;&lt;BR /&gt;DEBUGSTR("LWIP HTTP Web Server FreeRTOS Demo...\r\n");&lt;BR /&gt;&lt;BR /&gt;/* Wait until the TCP/IP thread is finished before&lt;BR /&gt;continuing or wierd things may happen */&lt;BR /&gt;DEBUGSTR("Waiting for TCPIP thread to initialize...\r\n");&lt;BR /&gt;tcpip_init(tcpip_init_done_signal, (void *) &amp;amp;tcpipdone);&lt;BR /&gt;while (!tcpipdone) {&lt;BR /&gt;msDelay(1);&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;DEBUGSTR("Starting LWIP HTTP server...\r\n");&lt;/P&gt;
&lt;P&gt;/* Static IP assignment */&lt;BR /&gt;#if LWIP_DHCP&lt;BR /&gt;IP4_ADDR(&amp;amp;gw, 0, 0, 0, 0);&lt;BR /&gt;IP4_ADDR(&amp;amp;ipaddr, 0, 0, 0, 0);&lt;BR /&gt;IP4_ADDR(&amp;amp;netmask, 0, 0, 0, 0);&lt;BR /&gt;#else&lt;BR /&gt;IP4_ADDR(&amp;amp;gw, 10, 1, 10, 1);&lt;BR /&gt;IP4_ADDR(&amp;amp;ipaddr, 10, 1, 10, 234);&lt;BR /&gt;IP4_ADDR(&amp;amp;netmask, 255, 255, 255, 0);&lt;BR /&gt;#endif&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;</description>
      <pubDate>Thu, 30 Jun 2022 02:53:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/1482334#M49381</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-06-30T02:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Do you know how to use dlan-greenphy-sdk?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/2056052#M57830</link>
      <description>&lt;P&gt;Hii&amp;nbsp;dhjeong&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope you found the solution to your query ? "How to use devolo SDK" or how to develop new codes for Devolo Modules.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please guide us as well.&amp;nbsp;&lt;BR /&gt;I recently bought a Devolo board and facing alot of issue&amp;nbsp;&lt;BR /&gt;1. Issue while building latest build on Github&amp;nbsp;&lt;BR /&gt;Error :&amp;nbsp;&lt;SPAN&gt;dlan-greenphy-sdk-master\Libraries\Debug/../FreeRTOS-Plus-TCP-multi-master/source/portable/FileS&lt;/SPAN&gt;&lt;U&gt;ystem/httpd-fs/httpd-fs.c:93:&lt;/U&gt;&lt;SPAN&gt;(.text.httpd_fs_open+0x50):&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;undefined reference to `fs_root'&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2053831" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/dLAN-greenphy-sdk-LPC1758-Code-BUILD-ERROR/m-p/2053831&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. We don't have any spare I/O pins on HW, how to use this board for any application ?&lt;/P&gt;&lt;P&gt;3. How did you use this board in your application ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Looking forward to hear and connect with you:&amp;nbsp;&lt;SPAN&gt;charanmakkar.navtech@gmail.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;BR /&gt;Charan&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 07:22:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Do-you-know-how-to-use-dlan-greenphy-sdk/m-p/2056052#M57830</guid>
      <dc:creator>Charanmakkar_navtech</dc:creator>
      <dc:date>2025-03-05T07:22:00Z</dc:date>
    </item>
  </channel>
</rss>

