I desperately need a demo of the S32K344 Ethernet port using FreeRTOS, without AUTOSAR, RTD 7.0.1, and S32 Platform 3.6.7.In S32 Platform 3.6.7, the FreeRTOS and LWIP settings for S32K344 are all AUTOSAR. I need a network interface demo that doesn't use AUTOSAR. There are too many settings in EB, and I don't know where to start. Thank you very much.
Re: 跪求S32K344使用FreeRTOS的网口demo,不使用AUTOSAR,RTD 7.0.1 S32 Platform 3.6.7Hi,
Starting from TCP/IP Stack 2.0.0, the stack supports only the GMAC HLD driver interface. Therefore, there are no newer official lwIP demos that use purely Ethernet LLD (Low-Level Drivers). The available S32DS lwIP examples are based on the GMAC HLD layer and are intended as the recommended starting point for non-AUTOSAR applications.
BR, Petr