STM32CubeMX V6.0.0 issues with Ethernet and LWIP after Updating CubeMX from V5.6.1 to V6.0.0
Hi
I'm using stm32f746- discovery board. I created a project with CubeMX v5.6.1 and Enable Ethernet, LWip, FreeRTOS . In this project I set the board as client and my PC as server. I sent some bytes from microcontroller to PC(server) through the ethernet. My Project worked well and connected to server(my PC!) properly , but after I updated STM32CubeMX form V5.6.1 to V6.0.0 and regenerate that project with the new version of CubeMX(V6.0.0) it does not connect to server, I check the connection of the stm32 board by using ping command in CMD of Windows it shows reply from the microcontroller but the microcontroller does not send data.
is there anyone can help me for fixing this problem?
