2024-04-25 06:54 AM
Hi ST Microcontrollers Team,
We are looking to Transmit/Receive UDP data over Ethernet on board NUCLEO-H745ZI-Q NUH745ZIQ$AT1.
I have found a LWIP example stack for ping the device from the below git hub link,
https://github.com/stm32-hotspot/STM32H7-LwIP-Examples
From the above code I was getting board was pinging. Further I need to transfer/receive udp data over Ethernet.
Kindly share me the Example code for transfer/receive udp data.
Thanks in advance,
Regards,
A. Ajith Kumar
2024-04-25 10:46 AM - edited 2024-04-25 10:46 AM
Here you can find simple python scripts that can be used to test UDP send and receive against a STM32 board. The UDP LwIP examples for STM32 side are in the repository that you found, and in the STM32CubeH7 library package.
2024-04-25 09:54 PM
Kindly share me the project in c program project. If its possible.