an66806 does not working

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

cross mob
kita_4790911
Level 1
Level 1
10 sign-ins 5 replies posted 5 sign-ins

Hi,

I'm using cy3684 DVK , the windows version is 7 and 10(2 computers) working on Korean version,

 

The problem is example An66806 hex file does not working.

 

So my question is  do I need to change some parts of code? or is there a newest version of the example?

 

sorry for short english.

 

Regards

 

Taehyung

 

0 Likes
1 Solution
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

I was unable to install the driver. This is an old example. The device has VID_0547 PID_1002

I had to write the following line in the old cyusb.inf driver several times:
%VID_0547&PID_1002.DeviceDesc%=CyUsb, USB\VID_0547&PID_1002
Another variant:
YOU can change VID PID in dscr.a51 file

................................
.
43 dw 4705H ;; Vendor ID

44 dw 0210H ;; Product ID (Sample Device)

............................


eg

43 dw 0B404H ;; Vendor ID

44 dw 0F000H ;; Product ID (Sample Device)


and recompile the project (create a HEX file)

 

View solution in original post

11 Replies