Windows 7 64 68013A 128引脚上没有EEPROM CysB.SIS和CysB.INF,INC和LIB文件的自定义板来自CySudio3.4.6
该板使用VID/PID 04B4/8613枚举为“CyPress EZ-USB FX2LP—EEPROM遗失”。
一个使用GPIF示例的OLDBult/FIFO构建并使用KEIL UV2和EZ-USB接口(1.7.0.2)成功下载
一旦下载,它将重新枚举显示“CyPress USB通用驱动程序”在“设备管理器”,但停止了一个代码10错误,使其不可用CySuto等。
它与以前的CysB.SIS驱动程序(04B4/1004)一起工作在XP/32中,这与W-7/64不起作用。
我花了很多时间寻找一个相似的帖子,如果它是一个,就错过了。如有任何建议,将不胜感激。
以下是Keil UV2构建和INF文件的片段:
DSC.A51 DeCIEDSCR:DW 0B404H;供应商ID DW01486H;产品ID/DW 01386H;产品ID i包括1004
CysB.Inf;用于X64平台[设备.NTAMD64 ];用于X64平台[设备.NIDAMD64 ] %VIDY04B4&PIDY8613. DeVice DISC%= CYUSB,USB VIDY04B4&PIDY8613%VIDU04B4&PIDY8614 . DeVice DISC%= CYUSB,USB VIDY04B4和PIDY8614
对于X64平台[设备.NTAMD64 ] VIDU04B4&PIDY8613.DEVICESDESC=“CyPress EZ-USB FX2LP -EEPROM遗失”VIDA04B4&PIDY8614.DEVICESDESC =“CyPress USB通用驱动程序(3.4.6000)”
以上来自于百度翻译
以下为原文
Windows 7 64 68013a 128 pin on a custom board with no eeprom
CYUSB.sys and CYUSB.inf, INC and LIB files are from CyConsole 3.4.6
The board enumerates using vid/pid 04b4 / 8613 as "Cypress EZ-USB FX2LP - EEPROM missing"
A old bulk/fifo with gpif example builds and successfully downloads using Keil UV2 and EZ-USB Interface (1.7.0.2)
Once downloaded it will re-enumerate showing "Cypress USB Generic Driver " in the Device Manager" but is stopped with a code10 error making it unavailable to CyConsole etc.
It worked with with the previous cyu***.sys driver (04B4 / 1004) in XP/32 which does not work with W-7 / 64
I've spent a lot of
time searching for a similar post and missed it if this is one. Any suggestions will be appreciated.
Here are snippets from the Keil UV2 build and inf files:
dscr.a51
DeviceDscr:
dw 0B404H ; Vendor ID
dw 01486H ; Product ID
// dw 01386H ; Product ID I have tried all 3 including pid 1004
cyu***.inf
;for x64 platforms
[Device.NTamd64]
;for x64 platforms
[Device.NTamd64]
%VID_04B4&PID_8613.DeviceDesc%=CyU***, USBVID_04B4&PID_8613
%VID_04B4&PID_8614.DeviceDesc%=CyU***, USBVID_04B4&PID_8614
[Strings];for x64 platforms
[Device.NTamd64]
VID_04B4&PID_8613.DeviceDesc="Cypress EZ-USB FX2LP - EEPROM missing"
VID_04B4&PID_8614.DeviceDesc="Cypress USB Generic Driver (3.4.6.000)"
0