Endpoint consuming data !!

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
RaN_283461
Level 2
Level 2

is there anyway to know whether an endpoint has consumed the data that has been sent through it ??

0 Likes
2 Replies
Anonymous
Not applicable

Hi,

   

You can know this if you are using a DMA Manual channel.

   

You can find this with the help of Consumer event check in DMA call back function.

   

Please let me know if you need any more details on this.

   

Thanks,

   

sai krishna.

0 Likes
RaN_283461
Level 2
Level 2

 Hi sai,

   

http://www.cypress.com/?app=forum&id=167&rID=70809 

   

with reference to this topic , i have a question.

   

Here its given in a reply that we have to wait for the consumer event count variable to go to zero before reconfiguring the endpoint. As we use the same callback to handle both producer and consumer events, how is it possible to wait for the completion before reconfiguring the endpoint in the case of ISOCH transfer.

   

Thanks

   

Rags

0 Likes