Skip to main content
Explorer II
February 22, 2024
Solved

stm32h743zi WINUSB(HS) ISSUE

  • February 22, 2024
  • 2 replies
  • 1117 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

    FBLAnswer
    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.

    Super User
    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.