Device is shown in task manager correctly. But not in 'CyControl'

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello all!
I have two projects. 
1 project 'AutoSlave.zip' - almast original project from Cypress. It works fine, but I need composite devise. Therefore I have
2 project 'CDC_BulkLoop_composite.zip' - project for composite device, where I try to make two interfaces: AutoSlave and virtual COM-port.
When I use img-file from 'AutoSlave.zip', I see correct name 'Cypress FX3 USB StreamerExample Device' in task manager (Win'7) and in 'CyControl' application.

   

So, my question is about second project.
When I use img-file from 'CDC_BulkLoop_composite.zip', I see correct name 'Cypress FX3 USB StreamerExample Device' in task manager only. 'CyControl' application is clean (shows nothing).

   

How can I view endpoints in application 'CyControl'? Perhaps, I forgot insert some code in composite project? My second project is correct? I think that is my error. Where I did it? Or I need to use my personal driver (not from Cypress) to view endpoints?

   

Thanks in advance for any answers!
Regards, Evgeniy

0 Likes
2 Replies
Anonymous
Not applicable

There seems to some issue with the descriptor file. Check the length fields and see if they are stated correctly. 

0 Likes
Anonymous
Not applicable

Dhritiman, thank you for answer. Descriptors in c-file are correct. I did mistakes into requests CallBack functions. Now I try to modify StartStop c-file.

0 Likes