cancel
Showing results for 
Search instead for 
Did you mean: 

UDP DATA SEND/RECEIVE CODE FOR NUCLEO-H745ZI-Q NUH745ZIQ$AT1

ajith1
Associate II

 

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

 

2 REPLIES 2
Pavel A.
Evangelist III

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.

 

Kindly share me the project in c program project. If its possible.