Skip to main content
Visitor II
August 12, 2021
Question

STM32F769 Disco LWIP TUTORIAL

  • August 12, 2021
  • 5 replies
  • 2155 views

Hello,

It's available a tutorial for configuring ethernet LAN in STM32F769 DISCO using LWIP stack, CubeMX and STM32CubeIDE?

    This topic has been closed for replies.

    5 replies

    Technical Moderator
    August 13, 2021

    Hello @EnricoP​ ,

    Have a look at LwIP example within STM32CubeF7, available at this path:

    \STM32Cube_FW_F7_V1.16.1\Projects\STM32F769I-Discovery\Applications\LwIP\

    You can import the Cube projects from SW4STM32 to STM32CubeIDE following this UM2579: Migration guide from System Workbench to STM32CubeIDE.

    Hope this helps you!

    Please mark my answer as best by clicking on the "Select as Best" button if it helped :)

    Imen

    EnricoPAuthor
    Visitor II
    August 14, 2021

    Hello @Imen DAHMEN​ ,

    I was looking for a tutorial to add the LAN stack to my existing project with touchgfx.

    In the next few days I will try the example you recommended.

    Many thanks!

    Enrico

    EnricoPAuthor
    Visitor II
    August 16, 2021

    Hello @Imen DAHMEN​ ,

    I have imported the project from SW4STM32 to STM32CubeIDE, following the migration guide, but I take this error in building:

    19:20:50 **** Build of configuration Debug for project STM32F769I_DISCOVERY ****

    make -j4 all 

    make: *** No rule to make target 'C:/Middlewares/Third_Party/LwIP/src/apps/http/fs.c', needed by 'Middlewares/LwIP/apps/http/fs.o'. Stop.

    "make -j4 all" terminated with exit code 2. Build might be incomplete.

    It's possible to have a "step by step" guide to create a new project for STM32F769 DISCO from CubeMX?

    Thanks,

    Enrico

    Visitor II
    August 26, 2021

    Was just about to post this exact question in the forum.

    @Imen DAHMEN​ - What we are looking for is something like the guide published for the H7 https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working

    @EnricoP​ Is there any reason why you need to import the project into CubeIDE? - You can just create it from the examples within CubeIDE.

    The LwIP example doesnt show you how to add ethernet to an existing project, which is the crux of the problem..

    Is there anyone from ST that is able to guide us?

    Greg

    EnricoPAuthor
    Visitor II
    August 27, 2021

    @GPear.1​  correct!

    I hope anyone from ST can guide us.

    thanks Greg.

    Enrico