2020-06-16 08:04 AM
Hi
I am using STM32 Cube MX to generate a ethernet code with static ip address and LWIP without RTOS.
I have my code working to the point that it detects the Ethernet cable connected to board network port(netif link up). I am not sure why I am not able to ping the board with assigned ip address. I have enabled LWIP_MULTICAST_PING and LWIP_BROADCAST_PING in the code as well.
I am connected with wifi network on my laptop that is set to static ip address and STM32 board with ethernet cable.
Please guide me how can I have a successful connection set up.
Thanks in advance.