I got the demo, mentioned in the subject, to work but I experience a strange problem…
When I have started the debugging process as described on the demo web page, it should be possible to enter the web server page to view the contents. But I cannot get the etnernet connection to work. What happens is that the LINK LED on the development board blinks now and then and the PC shows "100Mbit connection established" for a second. Then the connection is lost again. This repeats over and over again.
Now. If I halt the debugger for a few seconds and then continue the dugging, the LINK LED stays litten and I can connect to the web server via IE.
So, it is only possible to establish ethernet connection if I first start the debugging, then pause it, then continue it again.
After a closer look, I see that the problem starts when the vTaskStartScheduler() is called. If I pause the debugger for a short while, then the connection works.
What is the reason, and possible solution, for this problem?
Also the code contains some delays used to wait for the ethernet link to be established. Maybe the delays need to be longer on your hardware or network. Search for vTaskDelay in the ethernet source code and increase the times a bit.
Don’t know anything about your board, but the “This repeats over and over again” phrase sounds like a reset from some reason. Is your debugger stopping some timers/watchdogs/etc?