2024-05-16 06:19 AM
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.
Solved! Go to Solution.
2024-05-21 05:38 AM - edited 2024-05-21 05:38 AM
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.
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.
2024-05-16 07:45 AM
Hi @Jacob_M_R
You can try this application based on USBx AzureRTOS Mw.
2024-05-16 10:43 AM
Hi @Jacob_M_R
Added to the example provided by @Mohamed_AYED, How to implement USBX in standalone mode - STMicroelectronics Community
Also, you can simply use ST's stack STM32CubeH7/Projects/NUCLEO-H723ZG/Applications/USB_Device/HID_Standalone at master · STMicroelectronics/STM32CubeH7 · GitHub
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.
2024-05-20 11:37 PM
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.
2024-05-20 11:50 PM
Yes USBx can also run in standalone mode you can see the shared link
2024-05-21 05:38 AM - edited 2024-05-21 05:38 AM
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.
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.