Karl Karpfen wrote:
> Currently I'm doing it as described at http://lwip.wikia.com/wiki/Raw/TCPin 
> section
> "Sending TCP data" which seems to be wrong for my case...


There's nothing wrong with what's described at 
http://lwip.wikia.com/wiki/Raw/TCP.
What's wrong is that your lwIP calls into lwIP from interrupt context and you 
call it from your main loop. This is not allowed, that's all.


Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to