STM cubeMX LWIP not working for NUCLEO F746ZG
Hi,
I am new to STM board. I am using STM nucleo F746ZG board. I have configured the LWIP using Cube MX and activated the ICMP module and I am not using Free RTOS due to the project requirement. Once I generated the code using Cube MX and run the code in true studio, I tried to ping to the nucleo board from my PC but there is no response from the board. I used wireshark to check the packets and I could only see ARP requests from my PC but no ICMP response to these requests. My code only contains the basic configurations generated by the Cube MX and I have used the static IP address instead of DHCP. Does anyone have any idea why it is not working ?
Thanks in advance !