Re: [Fx2lib-devel] Arming bulk end points early
Status: Beta
Brought to you by:
mulicheng
From: Dennis M. <de...@ub...> - 2009-03-11 22:37:24
|
Eric Winsor wrote: > Is there an EZ-USB register that gets set when a request happens? Maybe > I could trigger on that. > > The only thing I know is the EPxCS registers tell you how many buffers are available (either for you to put stuff in for an IN ep or how many are available to read from for an OUT ep). Those numbers will always be whatever your buffer size is though for an IN endpoint. When the PC wants to read, it isn't going to change. If you find something, let us know! -Dennis |