2024-02-22 03:43 AM
I AM USING STM32H743ZI IN USB_HS IN CONTROLLER BUT WHEN I CONNECT USB CABLE TO CPU IN DEVICE MANAGER IT DISPLY winUSB BUT IN zadig software not install the libusb driver it seen the driver not install so how how to solve this problem suggest me
2024-02-22 05:56 AM - edited 2024-02-22 05:59 AM
Hi @SITARAM
Could you please reproduce the issue on reference board: nucleo or eval?? try uninstalling the winUSB driver from the device manager and then reinstalling it using Zadig.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-02-22 03:48 PM - edited 2024-02-22 04:13 PM
If the firmware has a proper "Microsoft descriptor" for winusb, it does not need Zadig. Microsoft-signed drivers have precedence over any self-signed package. So just use libusb API library that works via the winusb driver. For more info please visit the Microsoft Q&A forum.