From: Xiaofan C. <xia...@gm...> - 2021-07-20 13:42:59
|
On Tue, Jul 20, 2021 at 9:30 PM R. Diez via OpenOCD-user <ope...@li...> wrote: > Unfortunately, I am still at a loss regarding the ST-Link V2. That is no > composite device, so your suggestion wouldn't help in that case. Which libusb-1.0.dll version are you using? Take note OpenOCD 0.11.0 release has a bug if used with git version of libusb but it is okay with libusb-1.0.24 release. https://github.com/libusb/libusb/issues/928 https://sourceforge.net/p/openocd/tickets/308/ You may want to try git version of openocd Windows binary here. https://github.com/ntfreak/openocd/actions/workflows/snapshot.yml -- Xiaofan |