Question
Help: bug in official ST nucleo LWIP Project
Posted on November 13, 2017 at 10:41
Hi
basically I tried to set up LWIP and freertos on a F429ZI nucleo board. everything went fine, unless: I observed the following bug:
Bug description:
1. start FW with ethernet cable disconnected
2. wait for 10 secnds
3. plug ethernet cable
4. ping board
-> board wont reply to ping.
I also went to ST's official example projects under.
STM32Cube_FW_F4_V1.17.0\Projects\STM32F429ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS
In this code I had to diable DHCP, but then: same problem.
Any idea what to do ?
Thx
#lwip