<?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 LPC54606 CMSIS-Driver for MAC in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058212#M40947</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;I'm working with NXP LPC54606 processor and using Keil's MDK5 network component ethernet library on RTOS2, but I'm struggling to get the MAC driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've installed the latest NXP LPC54606_DFP (12.1.0), which have the LAN8720 driver, but do not have any MAC driver. I could only found the driver template, but, no example or documentation on how to implement it. There are some CMSIS-Drivers for external ethernet controllers, but not to LPC54606 MAC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, could you&amp;nbsp;help me to find this driver or documentation?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2020 17:58:41 GMT</pubDate>
    <dc:creator>rene_benvenuti</dc:creator>
    <dc:date>2020-07-16T17:58:41Z</dc:date>
    <item>
      <title>LPC54606 CMSIS-Driver for MAC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058212#M40947</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;I'm working with NXP LPC54606 processor and using Keil's MDK5 network component ethernet library on RTOS2, but I'm struggling to get the MAC driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've installed the latest NXP LPC54606_DFP (12.1.0), which have the LAN8720 driver, but do not have any MAC driver. I could only found the driver template, but, no example or documentation on how to implement it. There are some CMSIS-Drivers for external ethernet controllers, but not to LPC54606 MAC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, could you&amp;nbsp;help me to find this driver or documentation?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 17:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058212#M40947</guid>
      <dc:creator>rene_benvenuti</dc:creator>
      <dc:date>2020-07-16T17:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54606 CMSIS-Driver for MAC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058213#M40948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Rene,&lt;/P&gt;&lt;P&gt;As you know that the LPC family supports LWIP ethernet stack, you can download the SDK package from the link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the SDK package, there are Ethernet examples as following.&lt;/P&gt;&lt;P&gt;Pls download the package and have a try.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/116130i115124B20E30AFA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 03:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058213#M40948</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-07-17T03:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54606 CMSIS-Driver for MAC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058214#M40949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer Xianjun!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will tryout the lwip examples, but, for this work is required that I use Keil's network component. So I will have to create this CMSIS-Driver for MAC anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the Driver_ETH_MAC.c template and, with the examples of SDK that I could found, create this MAC driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 11:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058214#M40949</guid>
      <dc:creator>rene_benvenuti</dc:creator>
      <dc:date>2020-07-17T11:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54606 CMSIS-Driver for MAC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058215#M40950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xianjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to create a "CMSIS-Driver" like driver to our LPC54606, using the LPC407x ethernet CMSIS driver and SDK lwIP as examples, but I would like to see this driver from NXP in the future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On our company, we&amp;nbsp;choose&amp;nbsp;to use Keil's MDK as middleware, but Keil's support does not reach processor specific drivers. We could use lwIP as ethernet stack middleware, but, as mentioned, the choise was to use Keil's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see CMSIS drivers for I2C, SPI and USART. Are there plains to create&amp;nbsp;these&amp;nbsp;drivers for LPC54606?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Renê&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 18:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058215#M40950</guid>
      <dc:creator>rene_benvenuti</dc:creator>
      <dc:date>2020-08-07T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54606 CMSIS-Driver for MAC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058216#M40951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Rene,&lt;/P&gt;&lt;P&gt;The SDK package of LPC546xx includes the versions of MCUXpresso tools, IARE tools and Keil tools, you can select the platform when you download the SDK package, in other words, you can download SDK package of LPC546xx based on&amp;nbsp; Keil platform from&amp;nbsp; link:&lt;/P&gt;&lt;P&gt;&lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fmcuxpresso.nxp.com%2Fen%2Fwelcome" rel="nofollow" target="_blank"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you use&amp;nbsp; lwIP as ethernet stack middleware which is included in SDK package.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2020 09:14:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1058216#M40951</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-08-13T09:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54606 CMSIS-Driver for MAC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1201014#M43290</link>
      <description>&lt;P&gt;Hi&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt; &lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link"&gt;&lt;SPAN class=""&gt;rene_benvenuti&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II"&gt;&lt;SPAN class="lia-link-navigation lia-page-link lia-link-disabled lia-user-name-link"&gt;&lt;SPAN class=""&gt;We are trying to do EMAC CMSIS driver for LPC54606. Can you share?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-profile-hero-user"&gt;&lt;DIV class="lia-user-rank lia-component-user-rank"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="SearchForm lia-search-form-wrapper lia-mode-default lia-component-common-widget-search-form"&gt;&lt;DIV class="lia-inline-ajax-feedback"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="lia-inline-ajax-feedback"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="t-invisible"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-inline-ajax-feedback"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 07:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54606-CMSIS-Driver-for-MAC/m-p/1201014#M43290</guid>
      <dc:creator>nagarajan</dc:creator>
      <dc:date>2020-12-17T07:11:19Z</dc:date>
    </item>
  </channel>
</rss>

