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.
Hello,
I am trying lwip on RM57 launchpad.
I am in a situation where the RM57 is able to receive ethernet packets but doen't transmit anything.
If I send a ping I can see that the launchpad goes into "replying to ARP request for our IP address" but I don't see any packet going out (I am using wireshark).
The strange thing is that the 2 counter in the ISR routines: countEMACCore0TxIsr and countEMACCore0RxIsr are "0" in the beginning but than always have value "1" as the ISR routine is executed only one time. Is this normal?
Any help is welcome
Errico
Hi QJ,
I started from lwip+RM57 demo and it was working. I made few modifications adding some code I wrote and lwip stopped working.
I am trying to understand what happened. I will start again from the beginning lwip+RM57 demo.
Thank you
Errico