ethernet to work on nucleo-h753
i have the nucleo-h753 evolution board , and i want to activate the ethernet port to perform udp client .
i want the implementation without FREERTOS
i followed the steps described in the link below :
and i added the code in main.c so i can do a ping to the board
i see if i put a breakpoint beside
ethernetif_input(&gnetif);
sys_check_timeouts();
that the debger hits the breakpoint so the hardware is configured correctly
but still i dont see that the board is replying to my ping request
is there an example or did some one managed to to get the ethernet to work on the board i will be glad for help
