<?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 Ethernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2186537#M58864</link>
    <description>&lt;P&gt;E&lt;STRONG&gt;thernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE&amp;nbsp;&lt;/STRONG&gt; work code Used PHY chip for Ethernet communication and use SRAM it gets problem for Ethernet communication in IDE give me solution.&amp;nbsp; my all files&amp;nbsp; are attached here please check and give me&amp;nbsp; corrections and why this sys_calls.c file is used&lt;/P&gt;</description>
    <pubDate>Wed, 15 Oct 2025 09:51:12 GMT</pubDate>
    <dc:creator>VijayaJangam1</dc:creator>
    <dc:date>2025-10-15T09:51:12Z</dc:date>
    <item>
      <title>Ethernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2186537#M58864</link>
      <description>&lt;P&gt;E&lt;STRONG&gt;thernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE&amp;nbsp;&lt;/STRONG&gt; work code Used PHY chip for Ethernet communication and use SRAM it gets problem for Ethernet communication in IDE give me solution.&amp;nbsp; my all files&amp;nbsp; are attached here please check and give me&amp;nbsp; corrections and why this sys_calls.c file is used&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 09:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2186537#M58864</guid>
      <dc:creator>VijayaJangam1</dc:creator>
      <dc:date>2025-10-15T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2188113#M58871</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253577"&gt;@VijayaJangam1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have checked your main.c.&lt;/P&gt;
&lt;P&gt;If you're using external SRAM for buffers (tx_buf), make sure:&lt;/P&gt;
&lt;P&gt;External memory is enabled and initialized before using it.&lt;/P&gt;
&lt;P&gt;Your code does not include PHY register initialization via MDIO/MDC.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 08:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2188113#M58871</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-10-17T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2188592#M58879</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Ethernet Code&amp;nbsp; using intrnal SRAm base_RAM_ETH_16 = 0x7fe00000 ; /* RAM_ETH_16 */&lt;BR /&gt;__base_RAM2 = 0x7fe00000 ; /* RAM2 */&lt;BR /&gt;__top_RAM_ETH_16 = 0x7fe00000 + 0x4000 ; /* 16K bytes */&lt;BR /&gt;__top_RAM2 = 0x7fe00000 + 0x4000 ; /* 16K bytes */&amp;nbsp; &amp;nbsp; use this adress transmit string data from transmitter to receiver&amp;nbsp; I'm working on Ethernet communication between&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;two LPC2478 boards&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;LPCXpresso IDE&lt;/STRONG&gt;&lt;SPAN&gt;. I want to send a string from one board to another using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;broadcast MAC (FF:FF:FF:FF:FF:FF)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and store all&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;buffers&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;internal SRAM&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;(no external RAM or lwIP). send data in the form string from transmitter to receiver Give me corrections and why this problem face. give me solution&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you .....&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2025 10:16:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2188592#M58879</guid>
      <dc:creator>VijayaJangam1</dc:creator>
      <dc:date>2025-10-18T10:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2192370#M58906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253577"&gt;@VijayaJangam1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have checked your some code.&lt;/P&gt;
&lt;P&gt;I have some advices.&lt;/P&gt;
&lt;P&gt;1. I think&amp;nbsp;&lt;SPAN&gt;your PHY may not complete auto-negotiation before EMAC is enabled.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So i think you can&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  while (!phy_link_up()) { dly(1000000); } // Wait for stable link&lt;/LI-CODE&gt;
&lt;P&gt;2. Did you config the&amp;nbsp;&lt;SPAN&gt;ENET_TX_EN, ENET_TXD0, ENET_TXD1, ENET_REF_CLK pin?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Harry&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 08:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2192370#M58906</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2025-10-24T08:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Code For LPC2478 controller using LPC24xx.h file on LPCXpresso IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2295371#M59185</link>
      <description>&lt;P&gt;I have checked but my Ethernet code&amp;nbsp; is not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;if You hve any&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sample code&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for ethernet&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;provide&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;me please for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;LPCXpresso IDE&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2026 10:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Ethernet-Code-For-LPC2478-controller-using-LPC24xx-h-file-on/m-p/2295371#M59185</guid>
      <dc:creator>vijayajangam</dc:creator>
      <dc:date>2026-01-17T10:30:22Z</dc:date>
    </item>
  </channel>
</rss>

