Skip to main content
Visitor II
June 7, 2022
Question

STM32MP1 is there example of FreeRTOS and LWIp integration for STM32MP157F

  • June 7, 2022
  • 1 reply
  • 779 views

I am writing an application for STM32MP157F MPU which required TCP and UDP sockets. Is there any example?

    This topic has been closed for replies.

    1 reply

    Graduate II
    June 7, 2022

    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.