<?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>LPC Microcontrollers中的主题 Re: LPC4330 Ethernet</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567966#M17660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lxfriend on Thu Apr 25 06:41:44 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am wondeing if you would like to tell us which OS + diver and stack you are talking about.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I currently have a problem with my FreeRTOS driver for the ethernet chip on the 4350.The driver is working fine in polling mode but I can't use it interupt driven. When the first interrupt comes in it seems I don't get it acknowledged the correct way (the isr is called permanently).&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I enabled the Interrupt using CMSIS:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;NVIC_SetPrioity(ETHERNET_IRQn,configKERNEL_INTERRUPT_PRIORITY)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;NVIC_ClearPendingIRQ(ETHERNET_IRQn)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;NVIC_EnableIRQ(ETHERNET_IRQn)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;LPC_ETHERNET-&amp;amp;gt;DMA_INT_EN =&amp;nbsp; DMA_INT_NOR_SUM | DMA_INT_RECEIVE ;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ISR conent:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;uint32_t status = LPC_ETHERNET-&amp;amp;gt;DMA_STAT;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;LPC_ETHERNET-&amp;amp;gt;DMA_STAT= status &amp;amp;amp; 0xFFFF;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;--&amp;amp;gt; trigger rx packet processing&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Does somebody have an idea whats wrong or is there a sample code availble for the ethernet controller ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:53:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:53:57Z</dc:date>
    <item>
      <title>LPC4330 Ethernet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567963#M17657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peufeu on Wed Mar 13 11:56:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I'd just like to give a big thumbs up to the guy(s) who designed the Ethernet system in that chip. I'm testing some very raw bare-metal UDP streaming code I just wrote, and it has no problem saturating the 100Mbps full duplex with 1k UDP packets. In fact it does it with 10-20% cpu load, on the Cortex-M0, with a debug build optimized for size, all the asserts still enabled, and quite small buffers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to test it with smaller packets (256 bytes) : The M0 interrupts are so fast that it obliterates the quad core PC on the other end of the cable (picture above). The PC really struggles to send more than 20k packets/s. The M0, on the other hand, pushes the packets at almost full wire speed, with more than 50% of the cpu idle. 40.000 packets/s is huge, it never happens on 100 Mbps...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, you guys can be proud :D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:53:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567963#M17657</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4330 Ethernet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567964#M17658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rgledhill on Mon Apr 08 07:26:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This is a really interesting test!&amp;nbsp; I'd like to mention it in our embedded systems newsletter, if that's ok?&amp;nbsp; Would you mind telling me the clock speed of the M0 core and also the clock speed and OS of the PC, just to rub it in even further? :)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:53:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567964#M17658</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4330 Ethernet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567965#M17659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pacman on Tue Apr 16 21:41:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Very interesting. I'd be very interested in the following information:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Which PHY are you using ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-And which mode; are you using RMII or MII ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you're using RMII, try and see if you can notch up the speed using MII...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If I understand it correctly, RMII should give a 100Mbits/sec, while MII should give 125Mbits/sec (please correct me if I'm wrong).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:53:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567965#M17659</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4330 Ethernet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567966#M17660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lxfriend on Thu Apr 25 06:41:44 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am wondeing if you would like to tell us which OS + diver and stack you are talking about.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I currently have a problem with my FreeRTOS driver for the ethernet chip on the 4350.The driver is working fine in polling mode but I can't use it interupt driven. When the first interrupt comes in it seems I don't get it acknowledged the correct way (the isr is called permanently).&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I enabled the Interrupt using CMSIS:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;NVIC_SetPrioity(ETHERNET_IRQn,configKERNEL_INTERRUPT_PRIORITY)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;NVIC_ClearPendingIRQ(ETHERNET_IRQn)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;NVIC_EnableIRQ(ETHERNET_IRQn)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;LPC_ETHERNET-&amp;amp;gt;DMA_INT_EN =&amp;nbsp; DMA_INT_NOR_SUM | DMA_INT_RECEIVE ;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ISR conent:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;uint32_t status = LPC_ETHERNET-&amp;amp;gt;DMA_STAT;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;LPC_ETHERNET-&amp;amp;gt;DMA_STAT= status &amp;amp;amp; 0xFFFF;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;--&amp;amp;gt; trigger rx packet processing&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Does somebody have an idea whats wrong or is there a sample code availble for the ethernet controller ?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:53:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567966#M17660</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4330 Ethernet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567967#M17661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jason168 on Mon May 27 03:32:14 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;NXP LPC43xx谈论群 &amp;nbsp;208457913&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:53:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-Ethernet/m-p/567967#M17661</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:53:58Z</dc:date>
    </item>
  </channel>
</rss>

