This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hercules LwIP ethernet

Other Parts Discussed in Thread: DP83640, HALCOGEN

Hi all,


I've implemented the LwIP on the Hercules HDK and it works fine.

Now I have designed a new PCB and connected the ethernet module to a port of a switch (chip). This port of the switchh is configured as MII so that it is possible to communicate with the microcontroller. I use the same code as I used with the original HDK for LwIP. I do receive ARP requests (checked while debugging) from my laptop. This means that the configuration is okay. Now the LwIP stack responds to the network. The problem is that it does not transmit the whole frame as it should be. I have measured the transmit signals from the HDK and the new PCB. And it is clearly visible that the software on the HDK responds with a larger frame (which is correct) than the new PCB. Does anyone have an idea of what could possibly be wrong?

Thanks in advance,

Jason