stm32h743zi WINUSB(HS) ISSUE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 3: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
- Labels:
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 5:56 AM - edited ‎2024-02-22 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-22 3:48 PM - edited ‎2024-02-22 4: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.
