<?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>S32GのトピックRe: S32G2 PFE_demo code missing header files</title>
    <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651093#M3208</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank for the Ethernet PIC. Is it mentioned in any document ?? or drawn to help us ?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Viswa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 10:48:54 GMT</pubDate>
    <dc:creator>viswa_kondapall</dc:creator>
    <dc:date>2023-05-16T10:48:54Z</dc:date>
    <item>
      <title>S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1633348#M2863</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on PFE, Lwip: PFE-demo code which is M7 RTD-PFE-Demo code. Code not compiling with missing header file. Its NXP SW bundle -- why header files are missing and how to get the files. -- With errors how to build the software.????????????&lt;/P&gt;&lt;P&gt;C:/S32-DS-Workspace/lwip_s32g274a/stacks/tcpip/code/ports/platform/generic/gcc/setting/arch/cc.h:37:10: fatal error: Dev'assert.h: No such file or directory&lt;BR /&gt;37 | #include "Devassert.h"&lt;BR /&gt;| ^~~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [stacks/tcpip/lwip/src/netif/ppp/polarssl/subdir.mk:32: stacks/tcpip/lwip/src/netif/ppp/polarssl/arc4.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;In file included from ../stacks/tcpip/lwip/src/include/lwip/arch.h:48,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/lwip/debug.h:40,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/lwip/opt.h:52,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/netif/ppp/ppp_opts.h:31,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/netif/ppp/polarssl/des.c:42:&lt;BR /&gt;C:/S32-DS-Workspace/lwip_s32g274a/stacks/tcpip/code/ports/platform/generic/gcc/setting/arch/cc.h:37:10: fatal error: Devassert.h: No such file or directory&lt;BR /&gt;37 | #include "Devassert.h"&lt;BR /&gt;| ^~~~~~~~~~~~~&lt;BR /&gt;In file included from ../stacks/tcpip/lwip/src/include/lwip/arch.h:48,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/lwip/debug.h:40,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/lwip/opt.h:52,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/netif/ppp/ppp_opts.h:31,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/netif/ppp/polarssl/md4.c:42:&lt;BR /&gt;C:/S32-DS-Workspace/lwip_s32g274a/stacks/tcpip/code/ports/platform/generic/gcc/setting/arch/cc.h:37:10: fatal error: Devassert.h: No such file or directory&lt;BR /&gt;37 | #include "Devassert.h"&lt;BR /&gt;| ^~~~~~~~~~~~~&lt;BR /&gt;In file included from ../stacks/tcpip/lwip/src/include/lwip/arch.h:48,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/lwip/debug.h:40,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/lwip/opt.h:52,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/include/netif/ppp/ppp_opts.h:31,&lt;BR /&gt;from ../stacks/tcpip/lwip/src/netif/ppp/auth.c:71:&lt;BR /&gt;C:/S32-DS-Workspace/lwip_s32g274a/stacks/tcpip/code/ports/platform/generic/gcc/setting/arch/cc.h:37:10: fatal error: Devassert.h: No such file or directory&lt;BR /&gt;37 | #include "Devassert.h"&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc "@stacks/tcpip/code/apps/udpecho_raw/udpecho_raw.args" -MMD -MP -MF"stacks/tcpip/code/apps/udpecho_raw/udpecho_raw.d" -MT"stacks/tcpip/code/apps/udpecho_raw/udpecho_raw.o" -o "stacks/tcpip/code/apps/udpecho_raw/udpecho_raw.o" "../stacks/tcpip/code/apps/udpecho_raw/udpecho_raw.c"&lt;BR /&gt;arm-none-eabi-gcc "@stacks/tcpip/code/apps/udpecho/udpecho.args" -MMD -MP -MF"stacks/tcpip/code/apps/udpecho/udpecho.d" -MT"stacks/tcpip/code/apps/udpecho/udpecho.o" -o "stacks/tcpip/code/apps/udpecho/udpecho.o" "../stacks/tcpip/code/apps/udpecho/udpecho.c"&lt;BR /&gt;../stacks/tcpip/code/ports/osif/rtd/OsIf_rtd_port.c:72:10: fatal error: Devassert.h: No such file or directory&lt;BR /&gt;72 | #include "Devassert.h"&lt;BR /&gt;| ^~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/osif/rtd/subdir.mk:20: stacks/tcpip/code/ports/osif/rtd/OsIf_rtd_port.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;Building file: ../stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.c&lt;BR /&gt;In file included from ../RTD/include/Gmac_Ip_Device_Registers.h:75,&lt;BR /&gt;from ../RTD/include/Gmac_Ip_Types.h:75,&lt;BR /&gt;from ../RTD/include/Gmac_Ip.h:82,&lt;BR /&gt;from ../stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.c:174:&lt;BR /&gt;C:/S32-DS-Workspace/lwip_s32g274a/generate/include/Mcal.h:55:10: fatal error: Compiler.h: No such file or directory&lt;BR /&gt;55 | #include "Compiler.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.args" -MMD -MP -MF"stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.d" -MT"stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.o" -o "stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.o" "../stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.c"&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/netif/gmacif/rtd/subdir.mk:20: stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.o] Error 1&lt;BR /&gt;In file included from ../RTD/include/OsIf.h:45,&lt;BR /&gt;from ../stacks/tcpip/code/ports/OS/sys_arch.c:109:&lt;BR /&gt;../RTD/include/OsIf_Internal.h:44:10: fatal error: StandardTypes.h: No such file or directory&lt;BR /&gt;44 | #include "StandardTypes.h"&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~&lt;BR /&gt;Finished building: ../stacks/tcpip/lwip/src/api/tcpip.c&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/OS/subdir.mk:20: stacks/tcpip/code/ports/OS/sys_arch.o] Error 1&lt;BR /&gt;&lt;BR /&gt;Finished building: ../stacks/tcpip/code/apps/udpecho_raw/udpecho_raw.c&lt;BR /&gt;Finished building: ../stacks/tcpip/lwip/src/api/sockets.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Finished building: ../stacks/tcpip/code/apps/udpecho/udpecho.c&lt;BR /&gt;&lt;BR /&gt;Finished building: ../stacks/tcpip/code/apps/tcpecho_raw/tcpecho_raw.c&lt;BR /&gt;&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;23:23:49 Build Failed. 7 errors, 0 warnings. (took 4m:46s.78ms)&lt;/P&gt;&lt;P&gt;//-----------------------------------&lt;/P&gt;&lt;P&gt;../stacks/tcpip/code/ports/osif/rtd/OsIf_rtd_port.c:75:10: fatal error: S32G274A_SCB.h: No such file or directory&lt;BR /&gt;75 | #include "S32G274A_SCB.h"&lt;BR /&gt;| ^~~~~~~~~~~~~~~~&lt;BR /&gt;In file included from ../RTD/include/Gmac_Ip_Device_Registers.h:75,&lt;BR /&gt;from ../RTD/include/Gmac_Ip_Types.h:75,&lt;BR /&gt;from ../RTD/include/Gmac_Ip.h:82,&lt;BR /&gt;from ../stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.c:174:&lt;BR /&gt;C:/S32-DS-Workspace/lwip_s32g274a/generate/include/Mcal.h:55:10: fatal error: Compiler.h: No such file or directory&lt;BR /&gt;55 | #include "Compiler.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/osif/rtd/subdir.mk:20: stacks/tcpip/code/ports/osif/rtd/OsIf_rtd_port.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/netif/gmacif/rtd/subdir.mk:20: stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.o] Error 1&lt;BR /&gt;In file included from ../RTD/include/OsIf.h:45,&lt;BR /&gt;from ../stacks/tcpip/code/ports/OS/sys_arch.c:109:&lt;BR /&gt;../RTD/include/OsIf_Internal.h:44:10: fatal error: StandardTypes.h: No such file or directory&lt;BR /&gt;44 | #include "StandardTypes.h"&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/OS/subdir.mk:20: stacks/tcpip/code/ports/OS/sys_arch.o] Error 1&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 18:02:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1633348#M2863</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-13T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1633863#M2874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Devasset.h -- this file is not available. In the PFE_demo code build taken from NXP RDB2 board page only. -- Temporary fix given by creating a dummy file.&amp;nbsp; Then after few more errors are came.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error 2: S32G274A-SCB.h file is missing unable to find in the PFE_demo folder. How to find or add this file to the workspace ???&lt;/STRONG&gt;&lt;BR /&gt;../stacks/tcpip/code/ports/osif/rtd/OsIf_rtd_port.c:75:10: fatal error: S32G274A_SCB.h: No such file or directory&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/osif/rtd/subdir.mk:20: stacks/tcpip/code/ports/osif/rtd/OsIf_rtd_port.o] Error 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error 3: Compiler.h file is missing. -- how to fix or how to add this file ???&lt;/STRONG&gt;&lt;BR /&gt;C:/S32-DS-Workspace/PFE-Demo/RTD_PFE_DEMO/source/lwip_s32g274a/board/lwip_s32g274a/generate/include/Mcal.h:55:10: fatal error: Compiler.h: No such file or directory&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/netif/gmacif/rtd/subdir.mk:20: stacks/tcpip/code/ports/netif/gmacif/rtd/gmacif.o] Error 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error 4: Standard.h file is missing. How to add to workspace or how to add this file ??&lt;/STRONG&gt;&lt;BR /&gt;../RTD/include/OsIf_Internal.h:44:10: fatal error: StandardTypes.h: No such file or directory&lt;BR /&gt;make: *** [stacks/tcpip/code/ports/OS/subdir.mk:20: stacks/tcpip/code/ports/OS/sys_arch.o] Error 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 11:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1633863#M2874</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-14T11:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1634582#M2898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please share TCP/IP Stack Version, PFE Firmware Version, PFE MCAL Driver Version.&lt;/P&gt;
&lt;P&gt;Also, share RTD Version as need to check you are using compatible version or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 10:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1634582#M2898</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-04-17T10:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1635103#M2904</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;PFE_demo code we took as example. As per the LWIP document we imported into S32DS 3.4.&lt;/P&gt;&lt;P&gt;Autosar: 4.4.0 : PFE: 0.8.3&amp;nbsp; &amp;nbsp;RTD: 1.0.0.HF01.&amp;nbsp;&lt;/P&gt;&lt;P&gt;No idea about TCP/IP Stack version. PFE-MCAL drvier- not aware&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, share RTD Version as need to check you are using compatible version or not : Not aware of this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to find TCP/IP stack version to find ?? PFE-MCAL driver not added&amp;nbsp; but using what were came from the project.&lt;/P&gt;&lt;P&gt;PFE-MCAL-Driver:&lt;/P&gt;&lt;P&gt;S32G PFE MCAL 4.4 driver&amp;nbsp;SW32G2XX_MCL01_0.8.2_D2011.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Devassert.h file is missing in the code, so from RTD1.0.0 HF01 base_TS plugins copied and placed in the the project workspace in RTD folder. like this header files are missing while loaded the.&lt;/P&gt;&lt;P&gt;Could please help here to take it forward.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 07:37:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1635103#M2904</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-18T07:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1635899#M2925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;You can check installed RTD version and TCP/IP Stack version in S32DS3.4.&lt;/P&gt;
&lt;P&gt;Please follow below steps to check version:&lt;/P&gt;
&lt;P&gt;1. Click on help -&amp;gt; S32DS Extension and Updates&lt;/P&gt;
&lt;P&gt;2. Search RTD on seach bar to check installed version of RTD and same for TCP/IP.&lt;/P&gt;
&lt;P&gt;I tried to compile lwip_s32g274a example application from pfe_demo package and it is successfully compiled.&lt;/P&gt;
&lt;P&gt;Can you re-install RTD and TCP/IP Stack again as it causes the issue when it is not properly installed.&lt;/P&gt;
&lt;P&gt;Please follow &lt;STRONG&gt;"PFE_Ethernet_Quick_Start.pdf"&lt;/STRONG&gt; guide for compilation.&lt;/P&gt;
&lt;P&gt;Environment used by me:&lt;/P&gt;
&lt;P&gt;S32DS 3.4&lt;/P&gt;
&lt;P&gt;TCP/IP Stack Version 1.0.3&lt;/P&gt;
&lt;P&gt;S32 RTD AUTOSAR 4.4 Version 4.0.0.&lt;/P&gt;
&lt;P&gt;FreeRTOS Version 2.0.0 and 4.0.0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find attached screenshot for your referrence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 05:40:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1635899#M2925</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-04-19T05:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1636455#M2937</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;How you doing. Thank you for the reply. Today morning only we figured out.&lt;/P&gt;&lt;P&gt;1. 3 files - devassert.h/platfrom_types.h and platformtypes.h these need to place in RTD folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. RTD 1.0.0 need to be added then pfe_demo is compiled.&lt;/P&gt;&lt;P&gt;3. 373 warnings were there. in that 10 warning are from Include parths from stacks folders were not available.&lt;/P&gt;&lt;P&gt;4. test setup configuration were missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally Pfe_demo is compiled but Ping is not happening. 1.3 TCP/IP stack NXP example project description is mentioned IPV4 setting.&lt;/P&gt;&lt;P&gt;S32DS - Preference:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_0-1681924614645.png" style="width: 583px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219914i750E52DAC2A4C963/image-dimensions/583x137?v=v2" width="583" height="137" role="button" title="viswa_kondapall_0-1681924614645.png" alt="viswa_kondapall_0-1681924614645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Compilation summary :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_1-1681924779792.png" style="width: 520px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219916i66F8635F562F787B/image-dimensions/520x259?v=v2" width="520" height="259" role="button" title="viswa_kondapall_1-1681924779792.png" alt="viswa_kondapall_1-1681924779792.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Description Resource Path Location Type&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\code\ports\crypto\hse). lwip_s32g274a pathentry Path Entry Problem&amp;nbsp;&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl\wolfcrypt\src\port\nxp). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl\wolfssl\wolfcrypt). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl\wolfssl\wolfcrypt\port\nxp). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\wolfssl). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \lwip_s32g274a\wolfssl for Source path. lwip_s32g274a pathentry Path Entry Problem&lt;/P&gt;&lt;P&gt;Total warning: Already successfully build getting some many warning :&lt;/P&gt;&lt;P&gt;Description Resource Path Location Type&lt;BR /&gt;'args' offset 5 in 'struct pfe_platform_rpc_pfe_log_if_set_match_rules_arg_tag' isn't aligned to 4 [-Wpacked-not-aligned] pfe_platform_rpc.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 175 C/C++ Problem&lt;BR /&gt;'arguments' offset 51 in 'struct &amp;lt;anonymous&amp;gt;' isn't aligned to 4 [-Wpacked-not-aligned] fpp_ext.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 443 C/C++ Problem&lt;BR /&gt;'ii' may be used uninitialized in this function [-Wmaybe-uninitialized] pfe_hif_mcal.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 281 C/C++ Problem&lt;BR /&gt;'mld_pfe_if_filter' defined but not used [-Wunused-function] pfe-if.c /lwip_s32g274a/PFE/src line 153 C/C++ Problem&lt;BR /&gt;'stats' offset 151 in 'struct &amp;lt;anonymous&amp;gt;' isn't aligned to 4 [-Wpacked-not-aligned] fpp_ext.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 444 C/C++ Problem&lt;BR /&gt;'stats' offset 63 in 'struct &amp;lt;anonymous&amp;gt;' isn't aligned to 4 [-Wpacked-not-aligned] fpp_ext.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 421 C/C++ Problem&lt;BR /&gt;"ETHIF_INIT" redefined gmacif.h /lwip_s32g274a/stacks/tcpip/code/ports/netif/gmacif/rtd line 154 C/C++ Problem&lt;BR /&gt;"ETHIF_SHUTDOWN" redefined gmacif.h /lwip_s32g274a/stacks/tcpip/code/ports/netif/gmacif/rtd line 155 C/C++ Problem&lt;BR /&gt;"offsetof" redefined oal_util_autosar.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 45 C/C++ Problem&lt;BR /&gt;"UINT_MAX" redefined oal_types_autosar.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 41 C/C++ Problem&lt;BR /&gt;alignment 1 of 'struct &amp;lt;anonymous&amp;gt;' is less than 4 [-Wpacked-not-aligned] fpp_ext.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 422 C/C++ Problem&lt;BR /&gt;alignment 1 of 'struct &amp;lt;anonymous&amp;gt;' is less than 4 [-Wpacked-not-aligned] fpp_ext.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 445 C/C++ Problem&lt;BR /&gt;cast between incompatible function types from 'boolean (*)(void *)' {aka '_Bool (*)(void *)'} to 'bool_t (*)(void *)' {aka 'unsigned char (*)(void *)'} [-Wcast-function-type] Eth_PFE_LLD.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 401 C/C++ Problem&lt;BR /&gt;comparison of integer expressions of different signedness: 'int32_t' {aka 'long int'} and 'uint32_t' {aka 'long unsigned int'} [-Wsign-compare] pfe_class.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 798 C/C++ Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\code\ports\crypto\hse). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl\wolfcrypt\src\port\nxp). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl\wolfssl\wolfcrypt). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\stacks\tcpip\wolfssl\wolfssl\wolfcrypt\port\nxp). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Include path not found (C:\S32-DS-Workspace\lwip_s32g274a\wolfssl). lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;Invalid project path: Missing project folder or file: \lwip_s32g274a\wolfssl for Source path. lwip_s32g274a pathentry Path Entry Problem&lt;BR /&gt;mismatch in return type of built-in function 'snprintf'; expected 'int' [-Wbuiltin-declaration-mismatch] nxp_snprintf.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 72 C/C++ Problem&lt;BR /&gt;mismatch in return type of built-in function 'vsnprintf'; expected 'int' [-Wbuiltin-declaration-mismatch] nxp_snprintf.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 73 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct &amp;lt;anonymous&amp;gt;' may result in an unaligned pointer value [-Waddress-of-packed-member] elf.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1386 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct &amp;lt;anonymous&amp;gt;' may result in an unaligned pointer value [-Waddress-of-packed-member] elf.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1427 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct &amp;lt;anonymous&amp;gt;' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_idex.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 746 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_pfe_hif_drv_client_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 767 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_pfe_hif_drv_client_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 805 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_pfe_hif_drv_client_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 844 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_pfe_hif_drv_client_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 891 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_pfe_hif_drv_client_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 2492 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_pfe_hif_drv_client_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 2522 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_platform_rpc_pfe_log_if_set_match_rules_arg_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_platform_master.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 572 C/C++ Problem&lt;BR /&gt;taking address of packed member of 'struct pfe_platform_rpc_pfe_log_if_set_match_rules_arg_tag' may result in an unaligned pointer value [-Waddress-of-packed-member] pfe_platform_master.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 601 C/C++ Problem&lt;BR /&gt;type qualifiers ignored on function return type [-Wignored-qualifiers] pfe_tmu_csr.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 46 C/C++ Problem&lt;BR /&gt;type qualifiers ignored on function return type [-Wignored-qualifiers] pfe_tmu_csr.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 220 C/C++ Problem&lt;BR /&gt;Unused declaration of function 'FUNC' pfe-if.c /lwip_s32g274a/PFE/src line 420 Code Analysis Problem&lt;BR /&gt;Unused declaration of function 'sys_init' test.c /lwip_s32g274a/src line 234 Code Analysis Problem&lt;BR /&gt;unused parameter 'action' [-Wunused-parameter] pfe-if.c /lwip_s32g274a/PFE/src line 155 C/C++ Problem&lt;BR /&gt;unused parameter 'arg' [-Wunused-parameter] oal_job_freertos.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 46 C/C++ Problem&lt;BR /&gt;unused parameter 'client' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 240 C/C++ Problem&lt;BR /&gt;unused parameter 'client' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 327 C/C++ Problem&lt;BR /&gt;unused parameter 'client' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1894 C/C++ Problem&lt;BR /&gt;unused parameter 'group' [-Wunused-parameter] pfe-if.c /lwip_s32g274a/PFE/src line 154 C/C++ Problem&lt;BR /&gt;unused parameter 'netif' [-Wunused-parameter] pfe-if.c /lwip_s32g274a/PFE/src line 153 C/C++ Problem&lt;BR /&gt;unused parameter 'port' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1895 C/C++ Problem&lt;BR /&gt;unused parameter 'res' [-Wunused-parameter] pfe_idex.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 547 C/C++ Problem&lt;BR /&gt;unused parameter 'rx' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1894 C/C++ Problem&lt;BR /&gt;unused parameter 'seq_id' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1895 C/C++ Problem&lt;BR /&gt;unused parameter 'spinlock' [-Wunused-parameter] oal_spinlock_autosar.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 35 C/C++ Problem&lt;BR /&gt;unused parameter 'spinlock' [-Wunused-parameter] oal_spinlock_autosar.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 41 C/C++ Problem&lt;BR /&gt;unused parameter 'spinlock' [-Wunused-parameter] oal_spinlock_autosar.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 47 C/C++ Problem&lt;BR /&gt;unused parameter 'spinlock' [-Wunused-parameter] oal_spinlock_autosar.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 54 C/C++ Problem&lt;BR /&gt;unused parameter 'ts_nsec' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1895 C/C++ Problem&lt;BR /&gt;unused parameter 'ts_sec' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1895 C/C++ Problem&lt;BR /&gt;unused parameter 'type' [-Wunused-parameter] pfe_hif_drv.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1895 C/C++ Problem&lt;BR /&gt;Unused static function 'mld_pfe_if_filter' pfe-if.c /lwip_s32g274a/PFE/src line 153 Code Analysis Problem&lt;BR /&gt;unused variable 'ccsidr' [-Wunused-variable] system.c /lwip_s32g274a/Project_Settings/Startup_Code line 389 C/C++ Problem&lt;BR /&gt;unused variable 'channel' [-Wunused-variable] device.c /lwip_s32g274a/src line 60 C/C++ Problem&lt;BR /&gt;unused variable 'sets' [-Wunused-variable] system.c /lwip_s32g274a/Project_Settings/Startup_Code line 390 C/C++ Problem&lt;BR /&gt;unused variable 'ways' [-Wunused-variable] system.c /lwip_s32g274a/Project_Settings/Startup_Code line 391 C/C++ Problem&lt;BR /&gt;variable 'bLong' set but not used [-Wunused-but-set-variable] nxp_snprintf.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1412 C/C++ Problem&lt;BR /&gt;variable 'error_file' set but not used [-Wunused-but-set-variable] pfe_pe.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1852 C/C++ Problem&lt;BR /&gt;variable 'error_line' set but not used [-Wunused-but-set-variable] pfe_pe.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1849 C/C++ Problem&lt;BR /&gt;variable 'error_str' set but not used [-Wunused-but-set-variable] pfe_pe.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1851 C/C++ Problem&lt;BR /&gt;variable 'error_val' set but not used [-Wunused-but-set-variable] pfe_pe.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1853 C/C++ Problem&lt;BR /&gt;variable 'reg' set but not used [-Wunused-but-set-variable] pfe_hif_csr.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 45 C/C++ Problem&lt;BR /&gt;variable 'u64NextArg' set but not used [-Wunused-but-set-variable] nxp_snprintf.c /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/src line 1418 C/C++ Problem&lt;BR /&gt;in definition of macro 'LLIST_AddAtEnd' linked_list.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 141 C/C++ Problem&lt;BR /&gt;in definition of macro 'LLIST_AddAtEnd' linked_list.h /lwip_s32g274a/PFE/Eth_43_PFE_TS_T40D11M08I2R0/include line 142 C/C++ Problem&lt;BR /&gt;this is the location of the previous definition lwip_s32g274a line 124, external location: c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\lib\gcc\arm-none-eabi\9.2.0\include-fixed\limits.h C/C++ Problem&lt;BR /&gt;this is the location of the previous definition lwip_s32g274a line 406, external location: c:\nxp\s32ds.3.4\s32ds\build_tools\gcc_v9.2\gcc-9.2-arm32-eabi\lib\gcc\arm-none-eabi\9.2.0\include\stddef.h C/C++ Problem&lt;BR /&gt;this is the location of the previous definition pfe-if.h /lwip_s32g274a/PFE/include line 40 C/C++ Problem&lt;BR /&gt;this is the location of the previous definition pfe-if.h /lwip_s32g274a/PFE/include line 42 C/C++ Problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 17:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1636455#M2937</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-19T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1636461#M2938</link>
      <description>&lt;P&gt;Hi Manyank,&lt;/P&gt;&lt;P&gt;After going through the code its is implemented only for Ping and this is outdated code. But we want to use full TCP/IP stack features and we like to use PFE-Demo with latest RTD and RTOS. how to do for this ??&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing a trail with S32DS 3.5 with 1.3 TCP/IP stack and latest RTD and RTOS. Project has very few folders. Do we need to add HSE/PFE/RTD files like in PFE_demo code. could you please guide me here. below example code :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_0-1681925301480.png" style="width: 346px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219917i1EF7551F1E0B5BF2/image-dimensions/346x260?v=v2" width="346" height="260" role="button" title="viswa_kondapall_0-1681925301480.png" alt="viswa_kondapall_0-1681925301480.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;PFE_DEMO code folders:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_1-1681925428205.png" style="width: 265px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219918iF62B18A0B0B11BE0/image-dimensions/265x502?v=v2" width="265" height="502" role="button" title="viswa_kondapall_1-1681925428205.png" alt="viswa_kondapall_1-1681925428205.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 17:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1636461#M2938</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-19T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1639478#M2982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry for the late.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you don't need to add HSE and RTD Files as code is written in the .c files for the same.&lt;/P&gt;
&lt;P&gt;You need to follow user guide steps to perform the ping test. "Ping Test" application is for referrence and you can take a referrence for the same for further development.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 06:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1639478#M2982</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-04-25T06:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1639840#M2989</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;S32 RTD AUTOSAR 4.4 Version 4.0.0. -- error message is coming as unsuitable package in S32 DS 3.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;reset of the packages were installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Viswanath K&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1639840#M2989</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-25T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1639865#M2990</link>
      <description>&lt;P&gt;Hi mayank,&lt;/P&gt;&lt;P&gt;We followed the document PFE quick start and other document given in the pfe_demo. Ping is not wokring.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My doubt is do we need to flash SJA1110 bin files in SJA1110 switch ?? for M7 firmware procedure ???&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1639865#M2990</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-25T14:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1640201#M3001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It depends on which port you are using for the ping.&lt;/P&gt;&lt;P&gt;PFE_MAC0 and PFE_MAC1 is connected through SJA1110 switch and PFE_MAC2 is connected directly.&lt;/P&gt;&lt;P&gt;If you are using PFE_MAC2 then you don't need to flash SJA1110 switch but you can try to flash the switch and then check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, there can be possibilities in error. Are you using SD Card for Flashing lwip app? or using S32 Probe?&lt;/P&gt;&lt;P&gt;Also, on a serial terminal error logs comes out from the bootloader. can you share the same error logs here?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 06:01:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1640201#M3001</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-04-26T06:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1640257#M3003</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;PFE_MAC2 is only connected. On serial configured at 9600: Welcome message has to come -- but not yet came.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We dont have S32 Debug probe.&amp;nbsp;we are using SD card to flash LWIP project.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 06:49:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1640257#M3003</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-04-26T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1640281#M3004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try with baud rate 115200 as I tried the same and getting the logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 07:09:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1640281#M3004</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-04-26T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1649739#M3184</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;Small doubt on PFE_MAC0/1/2.&lt;/P&gt;&lt;P&gt;We are configuring/connecting PFE_MAC0 to 2.Gbps/ PFE_MAC1 to 1Gbps and PFE_MAC2 to Gbps.&lt;/P&gt;&lt;P&gt;I think PFE_MAC2 is direct connection. but How PFE_MAC0/1 are connected ?&lt;/P&gt;&lt;P&gt;Is it through Serdes and SJA110 switch then which are need to configure. We dont have SJA development package to change the confgiration 1-2.5Gbps and 2-1Gbps.&lt;/P&gt;&lt;P&gt;Serdes need to bin file to load ?? or SJA1110 PFE_MAC0 - 2.5Gbps bin how to get. I mean how to get the bin file or files for the 2 PFE_MAC0/1 is it 2 different files or both configuration in 1 file. ??&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 07:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1649739#M3184</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-05-14T07:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1650996#M3203</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;PFE_EMAC0 is connected to the Serdes and Serdes is having two ports Serdes0 and Serdes1.&lt;/P&gt;
&lt;P&gt;Serdes0 is connected to the PCIE interface and Serdes1 is connected to Eth Phy.&lt;/P&gt;
&lt;P&gt;PFE_EMAC1 is directly connected with the Eth Phy and GMAC RGMII port is shared with it.&lt;/P&gt;
&lt;P&gt;PFE_EMAC2 is connected with the SJA1110 Switch. Please refer to the attached diagram which shows high-level Ethernet architecture.&lt;/P&gt;
&lt;P&gt;By default, SJA1110 is configured at speed 1G FW. If you want to use 2G then need to change the firmware of SJA1110. for that, you need to get information from the vendor.&lt;/P&gt;
&lt;P&gt;The Serdes configuration method is available in the BSP User Manual. Please refer to this and also, serdes sample application available in the PFE Packages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Attached ethernet architecture image explains very high-level detail.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 09:06:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1650996#M3203</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-05-16T09:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651074#M3206</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;Ethernet Arch not opening -- its very small size may be not fully uploaded.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651074#M3206</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-05-16T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651088#M3207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ethernet_Architecture.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223359i19278DD94AFEBBD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ethernet_Architecture.jpg" alt="Ethernet_Architecture.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651088#M3207</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-05-16T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651093#M3208</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank for the Ethernet PIC. Is it mentioned in any document ?? or drawn to help us ?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Viswa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651093#M3208</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-05-16T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651096#M3209</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/152991"&gt;@viswa_kondapall&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have drawn this high-level diagram to support you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In BSP User Manual and reference Manual data is available of the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:53:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651096#M3209</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-05-16T10:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32G2 PFE_demo code missing header files</title>
      <link>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651123#M3210</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;Please correct me if i am wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ethernet enablement document is saying :&lt;/P&gt;&lt;P&gt;1. PFE_MAC2 is directly connected --&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_0-1684235841934.png" style="width: 488px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223365i4F68C5D6F38DD8C9/image-dimensions/488x360?v=v2" width="488" height="360" role="button" title="viswa_kondapall_0-1684235841934.png" alt="viswa_kondapall_0-1684235841934.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFE_MAC0:&lt;/P&gt;&lt;P&gt;My understanding is for PFE_MAC0 needs - serdes and switch for the SGMII mode for 2.Gbps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_1-1684235908129.png" style="width: 491px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223366i615EA3121F125F52/image-dimensions/491x346?v=v2" width="491" height="346" role="button" title="viswa_kondapall_1-1684235908129.png" alt="viswa_kondapall_1-1684235908129.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFE_MAC1:&lt;/P&gt;&lt;P&gt;PFE_MAC1(Connect to AQR113C or AQR107)&lt;BR /&gt;SerDes_1 works on SGMII only mode. PFE_MAC1 works on lane1. Set SW8 to On in this mode.&lt;BR /&gt;1) Follow the Section 3 load ‘flash_image_1G.bin’ to SJA1110.&lt;BR /&gt;2) Connect U86 to your PC using a network cable as shown in Figure 27&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_2-1684236050627.png" style="width: 465px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223369i6C9B17ED5F0C1CD1/image-dimensions/465x488?v=v2" width="465" height="488" role="button" title="viswa_kondapall_2-1684236050627.png" alt="viswa_kondapall_2-1684236050627.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct me if i am wrong. Which is one is correct. ??&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viswa_kondapall_3-1684236153745.png" style="width: 579px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223370i6DA40C9BAA1D334E/image-dimensions/579x583?v=v2" width="579" height="583" role="button" title="viswa_kondapall_3-1684236153745.png" alt="viswa_kondapall_3-1684236153745.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 11:22:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G2-PFE-demo-code-missing-header-files/m-p/1651123#M3210</guid>
      <dc:creator>viswa_kondapall</dc:creator>
      <dc:date>2023-05-16T11:22:46Z</dc:date>
    </item>
  </channel>
</rss>

