<?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>S32 Design StudioのトピックRe: How to develop Ethernet Driver based on MPC5748G</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-develop-Ethernet-Driver-based-on-MPC5748G/m-p/1022303#M5989</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;there are SDK drivers included in S32 Design Studio IDE and there's also LWIP stack implemented. You can find SW example here:&lt;/P&gt;&lt;P&gt;c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.0\examples\MPC5748G\demo_apps\lwip\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation:&lt;/P&gt;&lt;P&gt;&lt;A&gt;file:///C:/NXP/S32DS_Power_v2.1/S32DS/software/S32_SDK_S32PA_RTM_3.0.0/doc/html_MPC5748G/lwip_mpc5748g_group.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://savannah.nongnu.org/projects/lwip/" title="https://savannah.nongnu.org/projects/lwip/"&gt;lwIP - A Lightweight TCP/IP stack - Summary [Savannah]&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2020 08:08:29 GMT</pubDate>
    <dc:creator>lukaszadrapa</dc:creator>
    <dc:date>2020-03-27T08:08:29Z</dc:date>
    <item>
      <title>How to develop Ethernet Driver based on MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-develop-Ethernet-Driver-based-on-MPC5748G/m-p/1022302#M5988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #646464; font-family: Trebuchet,&amp;amp;quot; trebuchet ms&amp;amp;quot;,&amp;amp;quot;lucida grande&amp;amp;quot;,&amp;amp;quot;lucida sans unicode&amp;amp;quot;,&amp;amp;quot;lucida sans&amp;amp;quot;,lucida,arial,sans-serif; font-size: 2rem; font-style: inherit; font-weight: 200; overflow-wrap: break-word; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;&lt;/H1&gt;&lt;DIV style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: inherit; font-size: 15px; font-style: inherit; font-weight: inherit; line-height: 1.73; min-height: 0px; overflow: visible; overflow-wrap: break-word; vertical-align: baseline; padding: 30px 50px 30px 50px; margin: 0px; border: 0px none currentColor;"&gt;&lt;P style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; overflow-wrap: break-word; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;Hello,&lt;/P&gt;&lt;P style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; overflow-wrap: break-word; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;&amp;nbsp;I am exploit Ethernet communication between pc and MPC5748G. I plan to use S32ds to achieve it.. However I do not know how to exploit Ethernet Driver.my friend use eb tresos to exploit CAN Driver.but it seems that eb can not exploit Ethernet Driver.Could you gave me some suggestions?&lt;/P&gt;&lt;P style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; overflow-wrap: break-word; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;thank you.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 12:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-develop-Ethernet-Driver-based-on-MPC5748G/m-p/1022302#M5988</guid>
      <dc:creator>906922714</dc:creator>
      <dc:date>2020-03-26T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop Ethernet Driver based on MPC5748G</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-develop-Ethernet-Driver-based-on-MPC5748G/m-p/1022303#M5989</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;there are SDK drivers included in S32 Design Studio IDE and there's also LWIP stack implemented. You can find SW example here:&lt;/P&gt;&lt;P&gt;c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.0\examples\MPC5748G\demo_apps\lwip\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation:&lt;/P&gt;&lt;P&gt;&lt;A&gt;file:///C:/NXP/S32DS_Power_v2.1/S32DS/software/S32_SDK_S32PA_RTM_3.0.0/doc/html_MPC5748G/lwip_mpc5748g_group.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://savannah.nongnu.org/projects/lwip/" title="https://savannah.nongnu.org/projects/lwip/"&gt;lwIP - A Lightweight TCP/IP stack - Summary [Savannah]&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 08:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-develop-Ethernet-Driver-based-on-MPC5748G/m-p/1022303#M5989</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-03-27T08:08:29Z</dc:date>
    </item>
  </channel>
</rss>

