Skip to main content
Associate III
February 22, 2024
Solved

stm32h743zi WINUSB(HS) ISSUE

  • February 22, 2024
  • 2 replies
  • 1150 views

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 

This topic has been closed for replies.
Best answer by FBL

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.

2 replies

FBLBest answer
ST Technical Moderator
February 22, 2024

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 "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL
Pavel A.
February 22, 2024

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.