Can not find driver for application AN61345

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

cross mob
Anonymous
Not applicable

Hello together

   

I am Gerhard from Austria, I am new here and also new in the programming of Cypress devices:)

   

Currently I want to test the application related to Application note AN61345. I downloaded the software to the Cypress FX2-chip. My Win-Xp-professional is searching for a driver called "EZ-USB  FX2 Back to Back...". I choosed the Cyusb-driver comming with the Cypress Suite USB 3.4.4 but it seems that this driver does not fit.

   

If someone of you would provide me some hints how to solve this problem, I would be very happy

   

Best regards and thank you in adavance

   

Gerhard

0 Likes
3 Replies
Anonymous
Not applicable

I just forgot to say:

   

I have also edited the CyUsb-Inf File in the cypress suite to

   

;for all platforms
[Device]
%VID_B404&PID_0310.DeviceDesc%=CyUsb, USB\VID_B404&PID_0310

   

But it does not work.

   

Beste regards

   

Gerhard

0 Likes
Anonymous
Not applicable

Gerhard,

   

Looking at the edit, I think you've got the endianess wrong. Cypress VID is 04B4, the edit required must be

   

%VID_04B4&PID_1003.DeviceDesc%=CyUsb, USB\VID_04B4&PID_1003

   

Regards,

   

Anand

0 Likes
Anonymous
Not applicable

Hello Anand

   

Thank you very much for fast your help. Now the driver has been detected by the system:

   

I hope, the example is working now.

   

Friendly regards

   

Gerhard

0 Likes