Re: [Fx2lib-devel] First packets from FIFO repeating
Status: Beta
Brought to you by:
mulicheng
From: Dennis M. <de...@ub...> - 2009-04-28 18:35:13
|
Eric Winsor wrote: > What am I missing that is allowing the first use of the buffers to be > recommitted? > You didn't include your entire TD_Poll function, so I'm wondering are you using EP2468STAT to check the buffer status before doing any writing? I can't think of anything else off the top of my head. Feel free to post more code. As a rule of thumb, I usually check the buffer status in poll, then if a buffer is available, I write the entire buffer contents and commit the packet right then. -Dennis |