cancel
Showing results for 
Search instead for 
Did you mean: 

code generated with cubeMX 6.1.0 and above for udp ethernet ping

ramsita
Associate

Hello ,, can anyone share the code for  generated with cubeMX version 6.1.0 and above.  ethernet with udp  pinging works code . the code should able to run in keil... thanks..... 

1 REPLY 1
Imen.D
ST Employee

Hello @ramsita ,

There is no .ioc files (ready for use project) with CubeMX.

Ready-to-use UDP applications running in keil can be found in the STM32CubeH7 MCU package:

STM32CubeH7/Projects/NUCLEO-H723ZG/Applications/LwIP/LwIP_UDP_Echo_Server at master · STMicroelectronics/STM32CubeH7 · GitHub

STM32CubeH7/Projects/STM32H743I-EVAL/Applications/LwIP at master · STMicroelectronics/STM32CubeH7 · GitHub

This ST wiki page may help you to create project from scratch:

How to create project for STM32H7 with Ethernet an... - STMicroelectronics Community

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