Skip to main content
Explorer
May 16, 2024
Solved

Nucleo-H723 USB HID GetDeviceType

  • May 16, 2024
  • 5 replies
  • 1411 views

Hallo Community,
im using an Nucleo-H723ZG board as an USB Host.
im using an basic USB Mouse and the eventcallback funktion to print out the input from th mouse.
the problem i have now is that i dont get many of the informations from the mouse like the Vendor IDand others.
how can i ensure that i get the VID of the Mouse on my Nucleo.

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

    Hi @Jacob_M_R 

    Sorry for the inconvenience. But the example for host from cube firmware is working without issues as well on Nucleo-H723ZG. Here is a screenshot. 

    FBL_1-1716294921877.png

    I can get PID and VID of the mouse. 

    5 replies

    Explorer
    May 16, 2024
    Jacob_M_RAuthor
    Explorer
    May 21, 2024

    Hi @FBL thank your for your anwnser but this is not what i'm being looking for because it`s a USB Device, need help to implement der H723 as a host.

    @Mohamed_AYEDdo you know if ther is an Option without an RTOS, for now i will try to use it in.

    Explorer
    May 21, 2024

    Yes USBx can also run in standalone mode you can see the shared link

    FBLAnswer
    Technical Moderator
    May 21, 2024

    Hi @Jacob_M_R 

    Sorry for the inconvenience. But the example for host from cube firmware is working without issues as well on Nucleo-H723ZG. Here is a screenshot. 

    FBL_1-1716294921877.png

    I can get PID and VID of the mouse.