<?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 Re: S32K3 tcpip stack without MCAL configuration components in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023371#M44867</link>
    <description>&lt;P&gt;I have already seen that example. The issue is that the example uses the Eth_43_Gmac component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oscar_abn_0-1736262008621.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318414i3CFE8A29D74D335F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oscar_abn_0-1736262008621.png" alt="oscar_abn_0-1736262008621.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the other hand, i would like to use the Gmac component of the Drivers section:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oscar_abn_2-1736262071963.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318416i3E858E59157A47C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oscar_abn_2-1736262071963.png" alt="oscar_abn_2-1736262071963.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the TCP/IP configuration i can parse the Gmac component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oscar_abn_3-1736262162547.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318417i3ED4DB47D98181C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oscar_abn_3-1736262162547.png" alt="oscar_abn_3-1736262162547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However when building the project i get the following error, which suggests that Eth_43_Gmac is necessary.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;../stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.c:174:10: fatal error: Eth_43_GMAC.h: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;174 | #include "Eth_43_GMAC.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would greatly appreciate any information regarding the use of the TCP/IP stack with the component mentioned.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 07 Jan 2025 15:05:21 GMT</pubDate>
    <dc:creator>oscar_abn</dc:creator>
    <dc:date>2025-01-07T15:05:21Z</dc:date>
    <item>
      <title>S32K3 tcpip stack without MCAL configuration components</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023331#M44864</link>
      <description>&lt;P&gt;I want to include the TCP/IP communication stack in a project using the S32K344 MCU. I have already installed the TCPIP_STACK extension for S32K3XX version 2.0.0 on S32DS 3.6.&lt;/P&gt;&lt;P&gt;Is it possible to use the TCP/IP stack without the Eth_43_GMAC component, which requires additional MCAL components?&lt;/P&gt;&lt;P&gt;I have tried to use the TCP/IP stack with the GMAC driver. In the S32DS peripheral configuration tool, there are no errors. However, when building the code, I get the following unresolved inclusion:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;../RTD/include/Eth_43_GMAC.h:45:10: fatal error: Eth_43_GMAC_Cfg.h: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;45 | #include "Eth_43_GMAC_Cfg.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Is there any example using tcpip without OS, and using only the Gmac component?&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Jan 2025 13:55:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023331#M44864</guid>
      <dc:creator>oscar_abn</dc:creator>
      <dc:date>2025-01-07T13:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 tcpip stack without MCAL configuration components</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023361#M44866</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234627"&gt;@oscar_abn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;you should see example&amp;nbsp;lwip_baremetal_s32k344 in TCPIP STACK. It uses GMAC without OS.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 14:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023361#M44866</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-01-07T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 tcpip stack without MCAL configuration components</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023371#M44867</link>
      <description>&lt;P&gt;I have already seen that example. The issue is that the example uses the Eth_43_Gmac component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oscar_abn_0-1736262008621.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318414i3CFE8A29D74D335F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oscar_abn_0-1736262008621.png" alt="oscar_abn_0-1736262008621.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the other hand, i would like to use the Gmac component of the Drivers section:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oscar_abn_2-1736262071963.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318416i3E858E59157A47C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oscar_abn_2-1736262071963.png" alt="oscar_abn_2-1736262071963.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the TCP/IP configuration i can parse the Gmac component:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oscar_abn_3-1736262162547.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318417i3ED4DB47D98181C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oscar_abn_3-1736262162547.png" alt="oscar_abn_3-1736262162547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However when building the project i get the following error, which suggests that Eth_43_Gmac is necessary.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;../stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.c:174:10: fatal error: Eth_43_GMAC.h: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;174 | #include "Eth_43_GMAC.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would greatly appreciate any information regarding the use of the TCP/IP stack with the component mentioned.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Jan 2025 15:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023371#M44867</guid>
      <dc:creator>oscar_abn</dc:creator>
      <dc:date>2025-01-07T15:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 tcpip stack without MCAL configuration components</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023946#M44906</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234627"&gt;@oscar_abn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;you are right.&lt;/P&gt;
&lt;P&gt;Example &lt;SPAN&gt;lwip_baremetal_s32k344 in&amp;nbsp;&lt;/SPAN&gt;S32DS 3.6 and TCPIP STACK 2.0.0 uses &lt;SPAN&gt;Eth_43_Gmac&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;Example &lt;SPAN&gt;lwip_baremetal_s32k344 in&amp;nbsp;&lt;/SPAN&gt;S32DS 3.5 and TCPIP STACK 1.0.4 uses Gmac.&lt;/P&gt;
&lt;P&gt;I'm afraid that there's no example with tcpip and Gmac in TCPIP STACK 2.0.0.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 09:36:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-tcpip-stack-without-MCAL-configuration-components/m-p/2023946#M44906</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-01-08T09:36:33Z</dc:date>
    </item>
  </channel>
</rss>

