lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Throughput benchmark question - nasty ~1.5 second pause


From: Sergio R. Caprile
Subject: Re: [lwip-users] Throughput benchmark question - nasty ~1.5 second pauses
Date: Mon, 18 Mar 2019 18:16:14 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Thunderbird/60.5.3

If I were to debug this, I would use UDP, you can move a pin when
sending and be sure the msg will at least get to the driver (where we
think it is lost). TCP... well...
Then, every entry to the driver should end with a safe exit and due to
DMA a later "done" interrupt where the driver frees the buffer. (with no
DMA, the buffer is freed when sent to the chip and things are way simpler)

A driver framework is simple, but a DMA driver gets complicated. I would
try putting breakpoints at troublesome decision points and try to catch
errors or unexpected conditions.
I mean, most of the time frames go through, so something happens once in
a while; what is this that happens ? What can be ?
Is it copying memory to DMA ring buffers ?
Most of the times the driver should get an available ring buffer, what
happens when it doesn't ? Is it happening ?
I'd suggest asking for help in ST forums.
Good luck!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]