2022-11-02 04:57 AM
hii
i have stm32 nucleo-h753 board and i finally managed to set the project in order to work with the ethernet port .
i can ping the board successfully , so my next step is to send udp message from the board to my pc .
i use herculis as my udp server .
i run the project and in the herculis terminal i don't see a message received from the client (my stm board )
during the running i can ping the board successfully .
i uploaded the main function , my main goal is to send a single message to the hurculis terminal .
i be glad for help please :)