Please download and open Zadig (https://zadig.akeo.ie/), go to Options → List all devices. Is there a Atmel ICE / CMSIS-DAP device there? What drivers does Zadig show it to have loaded?
OpenOCD might want it to have WinUSB or Libusb drivers.
Thanks for support.
ATMEL ICE ist listed two times. One time as Gateway the other one CMSIS-DAP ( Interface 0). I tried all possible drivers for this but same result as shown above…
There are posts here where OpenOCD definitely picks up the CMSIS-DAP device. One post also says to close AtmelStudio, or Microchip IDE nowadays (claims the device maybe?).
Another point is the USB VID : PID. Although the post makes no mention of it, what does Zadig show for the VID:PID for the CMSIS-DAP device? OpenOCD does e.g. have the cmsis_dap_vid_pid 0x03eb 0x2141 command to expect that VID and PID.
Is what’s known to OpenOCD.
Otherwise it’ll look for a USB HID device that contains “CMSIS-DAP”.
This one again shows that the right drivers for the CMSIS-DAP should be HidUSB. The OpenOCD source code looks like it looks for the same thing.
Maybe you can set HidUSB drivers in Zadig or, uninstall the existing device driver in the Windows device manager again to get what Atmel Studio installed?
Mhm. Try to uninstall the drivers again in the Windows device manager (may need that “delete driver software” checkmark) and reuplug the device. Is Microchip Studio installed, too? What driver did it have initially for the CMSIS-DAP device?
After deinstallation of “USB-Verbundgerät” ( with mentioned VID/PID) and reconnect, the ATMEL ICE pops up at “Anschlüsse COM and LPT” as CMSIS-DAP on COM5 with a warning sign. update of driver doesn’t help
Zadig shows: usbser (v1.0.0.0)
(BTW: after WCID its a red cross- als in previous trials)