Hi, As a continuation to my previous mail and also Sergio response.
Socket API works differently than RAW API. In RAW API everything related to LwIP runs under ONE task. That means that if you send data inside a callback but never get out of it data is placed in a buffer but never actually sent. I think that if socket API works for you then the driver is OK. Check LwIP documentation and try to understand what you do that violates the limitations. BR, Noam. -----Original Message----- From: lwip-users [mailto:[email protected]] On Behalf Of mgirke Sent: Monday, November 21, 2016 3:48 PM To: [email protected] Subject: Re: [lwip-users] Recv UDP Problem I don“t now what running apps you mean which are close to that problem. When I use the socket api everything works, so can it be a driver or port problem? -- View this message in context: http://lwip.100.n7.nabble.com/Recv-UDP-Problem-tp27826p27828.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
