x893 / CMSIS-DAP

STM32 port for CMSIS-DAP with additional serial (CDC) support
http://akb77.com/g/stm32/cmsis-dap-adapter/
477 stars 249 forks source link

Can't install HID driver for F103 v2 #4

Closed steevenlee closed 9 years ago

steevenlee commented 9 years ago

I'm using MDK5 + CMSIS_DAP_USB project, set reconfiguration to V2, both HID and CDC are enabled, from test, only CDC are properly installed on Windows7 32 bit version. HID can't be recognized.

If I disable CDC in usb_config.c, HID can be auto recognized w/o installing any driver.

Finally I got it worked by changing VID/PID to official one and install driver from mbed, it will identify HID driver, then, install inf for CDC ACM.

x893 commented 9 years ago

For HID no need any driver under Windows 7. I use 64 bit version and never have problem.

steevenlee commented 9 years ago

Try it on a new desktop :)