Skip to main content
Associate
May 16, 2024
Solved

Nucleo-H723 USB HID GetDeviceType

  • May 16, 2024
  • 5 replies
  • 1412 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.

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
Technical Moderator
May 16, 2024
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.Best regards,FBL
Jacob_M_RAuthor
Associate
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

FBLBest answer
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. 

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.Best regards,FBL