How to force bind the interrupts to cyusb3 driver for the first time?

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

cross mob
Anonymous
Not applicable

I am trying to use the UVC application. We would like to use our vendor ID and product ID and force bind it to the driver. I have edited the cyusb3.inf and added our vendor ID and product ID. But still I am not able to force bind the interrupt to the driver. I have followed all the steps from Cypress Cyusb3.sys Programmer's reference.

Also FX3 is detected twice, one in Imaging devices and in Other devices section
Driver is detected properly in imaging devices section but I am unable to install it in the other devices section.
USB Control Center by Cypress is also not detecting my board.
How can I solve this issue?

0 Likes
1 Solution
MaAr_2545856
Level 4
Level 4
5 sign-ins 5 solutions authored First solution authored

1. Add the following lines for UVC

under , ,[Device.NTamd64]

%VID_04B4&PID_00F9&MI_02.DeviceDesc%=CyUsb3, USB\VID_04B4&PID_00F9&MI_02

2.The add the line in

VID_04B4&PID_00F9&MI_02.DeviceDesc="Cypress FX3 - UVC"

"Cypress FX3 - UVC" this can be user specific.

3.save the file

4. connect the device to pc

5. Find the fx3 device under device manager and then update the driver. you

should do force update.

On Tue, Sep 12, 2017 at 1:39 PM, ashwin.techie9396_2689836 <

View solution in original post

0 Likes
4 Replies
MaAr_2545856
Level 4
Level 4
5 sign-ins 5 solutions authored First solution authored

1. Add the following lines for UVC

under , ,[Device.NTamd64]

%VID_04B4&PID_00F9&MI_02.DeviceDesc%=CyUsb3, USB\VID_04B4&PID_00F9&MI_02

2.The add the line in

VID_04B4&PID_00F9&MI_02.DeviceDesc="Cypress FX3 - UVC"

"Cypress FX3 - UVC" this can be user specific.

3.save the file

4. connect the device to pc

5. Find the fx3 device under device manager and then update the driver. you

should do force update.

On Tue, Sep 12, 2017 at 1:39 PM, ashwin.techie9396_2689836 <

0 Likes
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

What is the error you see in the device manager?

Can you screen short the device manager and post it here?

What is the Operating System that is running on the PC?

Anonymous
Not applicable

srdr
Hello, Thank you for your reply.
Maheswari's solution worked.

0 Likes

Thank you for the Acknowledgement, Ashwin.

0 Likes