<?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: LPC1768 to interface with ksz8863 and lwip in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/2204102#M58985</link>
    <description>&lt;P&gt;If possible please share interfacing diagram of ksz8863 and lpc1768&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2025 04:27:38 GMT</pubDate>
    <dc:creator>deepaktajanpure</dc:creator>
    <dc:date>2025-11-13T04:27:38Z</dc:date>
    <item>
      <title>LPC1768 to interface with ksz8863 and lwip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/734397#M29664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When LPC1768 , as a reference design , it works with lwip tcp example fine.&lt;/P&gt;&lt;P&gt;a udp example can send and receive data from windows app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We connected a 3 port switch , ksz8863&amp;nbsp; from microchip , to LPC1768 and the udp is not working.&lt;/P&gt;&lt;P&gt;The status is:&lt;/P&gt;&lt;P&gt;1. There is a link to the switch, it can be read via the same code that reads the phy registers ( mdio and mdc are func1)&lt;/P&gt;&lt;P&gt;2. we can access using bit bang , smi and mii to the chip ( change mdio and mdc to gpio - func0)&lt;/P&gt;&lt;P&gt;3. we tried to use mac mode in the switch rather then phy more , both not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one connected to any micro controller a Ethernet switch and worked with lwip?&lt;/P&gt;&lt;P&gt;does it require any changes in the code?&lt;/P&gt;&lt;P&gt;Do we need to configure the switch to work in phy more or mac mode ( just to be sure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question can be directly for LPC1768 + ksz8863 + lwip + udp&amp;nbsp;&lt;/P&gt;&lt;P&gt;but also for any micro controller -&amp;gt;&amp;nbsp; port switch -&amp;gt; lwip + udp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information is welcome,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 12:08:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/734397#M29664</guid>
      <dc:creator>eliarad2</dc:creator>
      <dc:date>2018-05-08T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 to interface with ksz8863 and lwip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/734398#M29665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We found the problem&lt;/P&gt;&lt;P&gt;in&amp;nbsp; emac_config.h&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is PHY ADDRESS&lt;/P&gt;&lt;P&gt;/* The PHY address connected the to MII/RMII */&lt;BR /&gt;#define LPC_PHYDEF_PHYADDR 3&lt;/P&gt;&lt;P&gt;the phy address should be 3&amp;nbsp;&lt;/P&gt;&lt;P&gt;because the switch has 3 ports , where there the MII is connected to port 3 now&amp;nbsp;&lt;/P&gt;&lt;P&gt;it was connected to port 1 in the reference design&lt;/P&gt;&lt;P&gt;This is the only change that should be done,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 08:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/734398#M29665</guid>
      <dc:creator>eliarad2</dc:creator>
      <dc:date>2018-05-09T08:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 to interface with ksz8863 and lwip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/2204094#M58984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also planning to interface KSZ8863 with LPC4088. As you have used LPC1768 from the same series of NXP, will you please share your code which will be helpful for me in implementing the driver for LPC4088?&lt;/P&gt;&lt;P&gt;Waiting for your kind reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 04:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/2204094#M58984</guid>
      <dc:creator>deepaktajanpure</dc:creator>
      <dc:date>2025-11-13T04:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 to interface with ksz8863 and lwip</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/2204102#M58985</link>
      <description>&lt;P&gt;If possible please share interfacing diagram of ksz8863 and lpc1768&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 04:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1768-to-interface-with-ksz8863-and-lwip/m-p/2204102#M58985</guid>
      <dc:creator>deepaktajanpure</dc:creator>
      <dc:date>2025-11-13T04:27:38Z</dc:date>
    </item>
  </channel>
</rss>

