Detecting an USB IN request

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

cross mob
Anonymous
Not applicable

What I want to do is have an interrupt triggered, or some other method when an USB IN request is recieved. I then want to be able to commit the data to the endpoint to be sent out. 

   

 

   

Thanks

   

 

   

Jon

0 Likes
2 Replies
Anonymous
Not applicable

Hi Jon,

   

I don't think we have a way to identify the IN token in FX3.

   

For committing data to USB, it will be done automatically if you are using AUTO DMA channel and we need to commit the data using CyU3PDmaChannelCommitBuffer when there is a producer event if you are using MANUAL DMA channel to transfer data from GPIF II to USB.

   

Thanks,

   

Sai Krishna.

0 Likes
Anonymous
Not applicable

 Sai

   

 

   

In FX2 there was a host of interrupts that were generated for different events, such as SOF. Is it not possible to so the same in FX3?

   

 

   

Thanks

   

 

   

Jon

0 Likes