cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F769 Disco LWIP TUTORIAL

EnricoP
Associate III

Hello,

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

5 REPLIES 5
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
EnricoP
Associate III

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

EnricoP
Associate III

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

GPear.1
Associate

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

EnricoP
Associate III

@GPear.1​  correct!

I hope anyone from ST can guide us.

thanks Greg.

Enrico