2021-08-12 10:33 AM
Hello,
It's available a tutorial for configuring ethernet LAN in STM32F769 DISCO using LWIP stack, CubeMX and STM32CubeIDE?
2021-08-13 08:23 AM
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
2021-08-14 07:07 AM
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
2021-08-16 07:07 AM
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
2021-08-26 05:53 AM
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
2021-08-27 10:10 AM
@GPear.1 correct!
I hope anyone from ST can guide us.
thanks Greg.
Enrico