<?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: LPC 1788 Ethernet configuration in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-1788-Ethernet-configuration/m-p/955953#M37945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roshan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no information on our side regarding the implementarion of CMSIS RTOS2 RTX5 with our LPC MCUs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we have an example you can take a reference from the LPCOpen library called &lt;STRONG&gt;lwip_tcpecho_sa&lt;/STRONG&gt; using freertos. I highly recommend you to take a look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can download the LPCOpen library from the following 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"&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience this may cause you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2019 15:13:52 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2019-08-23T15:13:52Z</dc:date>
    <item>
      <title>LPC 1788 Ethernet configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-1788-Ethernet-configuration/m-p/955952#M37944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC1788 conrtex M3 microcontroller and trying to configure its e ETHERNET port by using CMSIS RTOS2 RTX5.&lt;BR /&gt;I am able to run other drivers like UART , TIMERS , and GPIO's using RTOS2 RTX5.&lt;BR /&gt;But facing some issues to run ETHERNET.&lt;/P&gt;&lt;P&gt;microcontroller - LPC1788 M3&lt;BR /&gt;Phy IC - LAN8720&lt;BR /&gt;Driver - ETH MAC 0&lt;BR /&gt;Interface - RMII&lt;BR /&gt;IDE and Compiler - Keil microvision-5&lt;BR /&gt;software development suite - MDK-Plus&lt;BR /&gt;RTOS - RTOS2 RTX5 version 5.5.0&lt;/P&gt;&lt;P&gt;Please find attached c files and Configuration setting I have done in my project.&lt;/P&gt;&lt;P&gt;I am calling netInitialize(); function from main()&lt;BR /&gt;it returns me "netOK" that means Network Core initialized successfully&lt;/P&gt;&lt;P&gt;Then I am calling netTCP_GetSocket function and passing "tcp_cb_server" call back function as an argument it as below&lt;/P&gt;&lt;P&gt;tcp_sock = netTCP_GetSocket(tcp_cb_server);&lt;BR /&gt;if (tcp_soo itck &amp;gt; 0) {&lt;BR /&gt; netTCP_Listen(tcp_sock, 2000);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;I am getting tcp_sock = 1, &lt;BR /&gt;I am checking status of the socket created "tcp_sock" using function &lt;BR /&gt;socket_status = netTCP_GetState(tcp_sock);&lt;BR /&gt;it returns me "netTCP_StateLISTEN"&lt;BR /&gt;means socket is listen mode.&lt;BR /&gt;but when I try to connect through Hyperterminal unable to established a connection &lt;BR /&gt;Please find attched code and configuration settings.&lt;BR /&gt;Please help on high priority &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-1788-Ethernet-configuration/m-p/955952#M37944</guid>
      <dc:creator>borhaderoshan</dc:creator>
      <dc:date>2019-08-22T07:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC 1788 Ethernet configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-1788-Ethernet-configuration/m-p/955953#M37945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roshan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no information on our side regarding the implementarion of CMSIS RTOS2 RTX5 with our LPC MCUs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we have an example you can take a reference from the LPCOpen library called &lt;STRONG&gt;lwip_tcpecho_sa&lt;/STRONG&gt; using freertos. I highly recommend you to take a look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can download the LPCOpen library from the following 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"&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience this may cause you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 15:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-1788-Ethernet-configuration/m-p/955953#M37945</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-08-23T15:13:52Z</dc:date>
    </item>
  </channel>
</rss>

