2022-06-07 10:47 AM
I am writing an application for STM32MP157F MPU which required TCP and UDP sockets. Is there any example?
2022-06-07 12:14 PM
You haven't even told on which core are you planning to run this... An application sounds like an application for Linux, which, of course, has it's own IP stack. lwIP and FreeRTOS integration doesn't depend on the used hardware. Anyway you either have to get somewhere or develop an Ethernet driver.