Problems with ethernet on SMT32F429ZIT6
Hi, I am having problems connecting my f429 board (nucleo 144) through ethernet with TCP. I followed several threads that i lost the link to, but here are my settings.

and of course the LWIP configuration (everything not shown was left by default)

i al turned on LWIP_BROADCAST_PING and LWIP_MULTICAST_PING

IPv6 and HTTPD are disabled

and here for the PHY i tried with both, and none worked.

also increased the heap size
In the code, on the main while(1) function, i have the: MX_LWIP_Process()
The problem is that i try to ping the board, and i get timeout, never an answer.
Can anyone se any problems or has any idea why?
