From: Xiaofan C. <xia...@gm...> - 2015-02-16 23:00:48
|
On Sat, Feb 14, 2015 at 7:06 PM, Daniel Pfeffer <ma...@da...> wrote: > > after installing Windows 8.1 on a Lenovo W500 (bought 01/2008), > OpenOCD won't regognize my STM32F4Discovery board, which > worked flawlessly under Win7. I already tried Zadig to change the > drivers. Interestingly, the OEM > tool "STM32 ST-Link Utility" is able to connect to the board. > Have your tried to use the latest version of libusb (libusb-1.0.dll) from libusb project (1.0.19 version)? http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.19/ Windows binary is libusb-1.0.19.7z The ST-Link v2 is shipped with WinUSB driver so it should work without changing to the Zadig driver. The Zadig generated driver will be a bit different from the ST WinUSB driver. Both should work with libusb/OpenOCD. -- Xiaofan |