Skip to main content
Visitor II
April 25, 2024
Question

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

  • April 25, 2024
  • 1 reply
  • 1233 views

 

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

 

    This topic has been closed for replies.

    1 reply

    Super User
    April 25, 2024

    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.

     

    ajith1Author
    Visitor II
    April 26, 2024

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