FX3 framework support for multiple endpoints

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

cross mob
Anonymous
Not applicable

hi all,

   

I want to set up multiple endpoints in my design, one isochronous and one bulk, for the same device. I wonder if there is support for this in the current framework and if there is any example code available. A first search did indicate only that multiple strems can go to one endpoint. We need different typs of endpoints.

   

Thanks for help.

0 Likes
3 Replies
Anonymous
Not applicable

Yes, you can do that.  I have two bulk IN endpoints.  All you need to do is open a separate socket the second endpoint.

0 Likes
Anonymous
Not applicable

Good news, thank you! We did not find any example code for this specific usage. Is there something out there?

   

Thanks!

0 Likes
Anonymous
Not applicable

 Yes. There is no standard example from Cypress to meet your requirement.     

 

   

But, you can just add descriptors for other endpoint in the cyfx****dscr.c file. There is a project template that is attached to the below mentioned application note. That uses two endpoints - interrupt and BULK.     

 

   

http://www.cypress.com/?rID=62824     

 

   

Regards,     

 

   

sai krishna.     

 

0 Likes