UDP not working on STM32H563ZI using NetX Duo UDP Echo Server example
Hi,
I am using the STM32 NUCLEO-H563ZI board and testing the NetX Duo UDP Echo Server example provided by STM32.
Setup:
- STM32 NUCLEO-H563ZI
- NetX Duo UDP Echo Server example
- Direct Ethernet LAN cable connection between PC and board
- Static IP configured on both PC and STM32
Issue:
UDP communication is not working. When I try to ping the STM32 IP address from the PC, I get "Destination Host Unreachable".
Since I am using the official UDP Echo Server example, I expected the board to be reachable and respond to UDP packets.
Has anyone successfully tested this example on the NUCLEO-H563ZI? Are there any additional Ethernet, PHY, or NetX Duo configurations that need to be checked?
Any suggestions would be appreciated.
