Hi I am using the STM3241G-EVAL board with an ethernet connection. I want to create an http based application using TCP/IP. I used STM32 CUBE MX to generate code with settings ETH(MII mode) ,LWIP enabled with DHCP.
My code is not passing the netif_is_link_up() function and it always goes to netif_set_down(). I also have this doubt when I connect network cable to Ethernet port of board, it does not glow any green or yellow light on this port. But my network cable is working when I tried it on my laptop.
Is it mandatory that green/yellow light needs to blink to show successful connection? My board is brand new and I highly doubt if it has any hardware problem.
I would really appreciate if any one can help me to resolve the issue of setting up Ethernet connection.
Thanks
