EZ-USB FX2 driver for Windows10

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

cross mob
NXTY_Nishinaga
Level 5
Level 5
Distributor - NEXTY (Japan)
50 replies posted 100 sign-ins 10 solutions authored

Hello,

Do you have a driver of EZ-USB FX2 for Windows10?

I have used EZ-USB FX2 (CY7C68013-128QFP)for Windows7.

This time, I would like to change the host PC from Window7 to Windows10.

(VID: 0x0547,  PID: 0x1002)

These VID and PID don't seem to be included in the default cyusb3.inf 

installed with the EZ-USB FX3 SDK.

Best Regards,

Nishinaga.

 

0 Likes
1 Solution

Hi Nishinaga,

You can use the cyusb3 driver that is present in the FX3 SDK and it has default VID/PID. The VID(0x0547) and  PID(0x1002) you mentioned for your device is customized and not documented the CyUSB.pdf. To use that VID/PID, you need apply for a driver resell. 

We do not recommend to use any other website to get the driver except our official sources.

Best Regards,

Meghavi

View solution in original post

0 Likes
4 Replies
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

cyusb3 is a vendor driver supplied by Cypress/Infineon. It can be used to bind to USB device having VID/PID combination present in the cyusb3.inf. The default cyusb3.inf contains only Cypress VID (0x04b4) and PID combinations in it. The list of all supported VID/PID combinations is already documented in Page 5 and 6 of the document CyUSB.pdf that comes along with FX3 SDK. This docuent can be found in the followng location after installing FX3 SDK:
C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\doc\SuiteUSB

If the driver should support a custom VID/PID combination, then you can apply for a driver resell. Please let us know if you have a VID for your organization. The document mentioned above provides more details on the driver resell procedure. You can also refer to the following KBA which documents the FAQs related to Driver resell:
https://community.infineon.com/t5/Knowledge-Base-Articles/Driver-resell-and-Driver-signing-FAQs-KBA2...

Best Regards,
Jayakrishna
0 Likes
NXTY_Nishinaga
Level 5
Level 5
Distributor - NEXTY (Japan)
50 replies posted 100 sign-ins 10 solutions authored

Hello,

Thank you very much for your quick response.

I have been using EZ-USB FX2 with Windows7 PC for a long time.

I found this VID(0x0547) and  PID(0x1002) listed in cyusb.inf installed on Wndows7 PC.(show below)

------------------------------------------------------------------------------------------------------

; Installation INF for the Cypress Generic USB Driver for Windows 98ME/2000/XP
;

・・・・

[Cypress]
%VID_0547&PID_1002.DeviceDesc%=CyUsb, USB\VID_0547&PID_1002 ★
%VID_04B4&PID_8613.DeviceDesc%=CyUsb, USB\VID_04B4&PID_8613

----------------------------------------------------------------------------------------------

What I want to know is if there is a driver available for using EZ-USB FX2

on Windows10.(Without inf file customization.)

Also, I found the driver on the following site, but is it unrelated to your company?

https://urldefense.com/v3/__https://treexy.com/products/driver-fusion/database/universal-serial-bus-...

Best Regard,

Nishinaga.

 

0 Likes
NXTY_Nishinaga
Level 5
Level 5
Distributor - NEXTY (Japan)
50 replies posted 100 sign-ins 10 solutions authored

Hello,

Thank you very much for your answer.

I have been using EZ-USB FX2 connected to Windows7 for many years.

This VID(0x0547) and  PID(0x1002) is listed in the cyusb.inf installed to Windows7 PC.

---- cyusb.inf ----------------------------------------------------------------------------------------

; Installation INF for the Cypress Generic USB Driver for Windows 98ME/2000/XP
;

[Cypress]
%VID_0547&PID_1002.DeviceDesc%=CyUsb, USB\VID_0547&PID_1002
%VID_04B4&PID_8613.DeviceDesc%=CyUsb, USB\VID_04B4&PID_8613

------------------------------------------------------------------------------------------

What I want to know is whether you can provide an EZ-USB FX2 driver that can be used in Windows 10 without customizing the inf file and cat file.

Also, I found the driver at the following site, but is it irrelevant to your company?

https://urldefense.com/v3/__https://treexy.com/products/driver-fusion/database/universal-serial-bus-...

Best Regards,

Nishinaga.

0 Likes

Hi Nishinaga,

You can use the cyusb3 driver that is present in the FX3 SDK and it has default VID/PID. The VID(0x0547) and  PID(0x1002) you mentioned for your device is customized and not documented the CyUSB.pdf. To use that VID/PID, you need apply for a driver resell. 

We do not recommend to use any other website to get the driver except our official sources.

Best Regards,

Meghavi

0 Likes