Re: [lwip-users] blocked udp

2016-09-28 Thread garibaldi pineda garcia
or without OS. > > > > By the way why aren’t you using an OS and the Socket API. You have > sufficient resources > > and that would simplify things. > > > > BR, > > Noam. > > > > > > > > *From:* lwip-users [mailto:lwip-users-bounce

Re: [lwip-users] blocked udp

2016-09-28 Thread garibaldi pineda garcia
d rx packets into lwip in the main loop. > > Simon > > Gesendet mit AquaMail für Android > http://www.aqua-mail.com > > Am 28. September 2016 2:35:54 nachm. schrieb garibaldi pineda garcia < > chano...@gmail.com>: > >> Xilinx application notes seem to co

Re: [lwip-users] blocked udp

2016-09-28 Thread garibaldi pineda garcia
handlers for each received packet. Best, Gary On 28 September 2016 at 13:20, garibaldi pineda garcia <chano...@gmail.com> wrote: > Hi, > > Dirk you're right, I'm using LWIP with the NO_SYS flag set to true. > > I'm somewhat confused, do I have two options? > > 1) Do

Re: [lwip-users] blocked udp

2016-09-28 Thread garibaldi pineda garcia
Hi, Dirk you're right, I'm using LWIP with the NO_SYS flag set to true. I'm somewhat confused, do I have two options? 1) Do a polling-like application that manages input/output without interrupts (I have no clue how to do this, should I follow the sample code?). 2) Send everything out when I

Re: [lwip-users] blocked udp

2016-09-28 Thread garibaldi pineda garcia
priority. If your TCP priority is higher than the OS tick the OS > will not be able to musk the TCP stack > > Task when it enters its own critical sections. That also leads to > unpredictable system behavior and may cause > > hanging, lowness etc… > > > > > > Sorry fo

Re: [lwip-users] blocked udp

2016-09-27 Thread garibaldi pineda garcia
end > it from > > Within the LwIP context or via the route you try to send the video? > > > > BR, > > Noam. > > > > *From:* lwip-users [mailto:lwip-users-bounces+noam=silrd@nongnu.org] *On > Behalf Of *garibaldi pineda garcia > *Sent:* Monday, Sep

[lwip-users] blocked udp

2016-09-26 Thread garibaldi pineda garcia
Hello all, I'm building a system which encodes video in a Zedboard FPGA and sends it out through the ethernet port. I have tested sending random data out and it works, but when I try to use the data from the video source I manage to set the ARM core/network in a locked state. I've also tested the