<?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: How to implement Ethernet over USB in an ARM Cortex-M?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041429#M40472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phirun, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry for the inconvenience this may cause, but currently, there's no existing TCP/IP stack available for the LPC11U6x Family of devices as it does not include an Ethernet module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, the implementation of a TCP/IP stack for this device would have to be custom made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The available USB examples for this MCU family can be found in the LPCOpen code package, &lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc11xx:LPCOPEN-SOFTWARE-FOR-LPC11XX"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2020 21:37:21 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2020-08-19T21:37:21Z</dc:date>
    <item>
      <title>How to implement Ethernet over USB in an ARM Cortex-M?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041428#M40471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just joined the NXP website and Community after deciding to use one of your ARM Cortex-M MCUs in my new project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCU will provide User interface via USB in two modes, a programming API and Browser via HTML pages. I therefore need to implement a TCP/IP protocol stack for use by the USB section, probably under CDC-ECM. I've not coded anything like this before, and am hoping that NXP has relevant application notes and perhaps some demo code, maybe even library modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone assist with some suggestions as to what might be available and where to find it? The chips presently under consideration are the LPC11U6x family.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 03:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041428#M40471</guid>
      <dc:creator>phirung</dc:creator>
      <dc:date>2020-08-18T03:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement Ethernet over USB in an ARM Cortex-M?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041429#M40472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phirun, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry for the inconvenience this may cause, but currently, there's no existing TCP/IP stack available for the LPC11U6x Family of devices as it does not include an Ethernet module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, the implementation of a TCP/IP stack for this device would have to be custom made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The available USB examples for this MCU family can be found in the LPCOpen code package, &lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc11xx:LPCOPEN-SOFTWARE-FOR-LPC11XX"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 21:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041429#M40472</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-08-19T21:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement Ethernet over USB in an ARM Cortex-M?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041430#M40473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sebastian. I figured it would be a "roll your own" job, but there are app notes from other manufs scattered about. In any case I was planning to go direct to the USB specs and work from the ground up. Takes a bit longer, but the debug time is usually MUCH shorter. I've also found the Mbed site and it's tools, so i'm now feeling confident about working with NXP ARM chips.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 02:02:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-implement-Ethernet-over-USB-in-an-ARM-Cortex-M/m-p/1041430#M40473</guid>
      <dc:creator>phirung</dc:creator>
      <dc:date>2020-08-20T02:02:35Z</dc:date>
    </item>
  </channel>
</rss>

