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.
Is it possible to use the TCP/IP stack without the Eth_43_GMAC component, which requires additional MCAL components?
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:
../RTD/include/Eth_43_GMAC.h:45:10: fatal error: Eth_43_GMAC_Cfg.h: No such file or directory
45 | #include "Eth_43_GMAC_Cfg.h"
Is there any example using tcpip without OS, and using only the Gmac component?