USB High-Speed UVC not working on NUCLEO-U5A5ZJ-Q (TinyUSB, device not enumerating / no video stream) #3736
paolopepe00
started this conversation in
General
Replies: 1 comment 1 reply
|
Please refer to getting started doc to build example, you don't need CubeMX, the whole BSP is included here: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I’m trying to use the NUCLEO-U5A5ZJ-Q with TinyUSB in USB High-Speed (HS) mode as a UVC device, but the board is not behaving as expected.
Problem
The device is not properly recognized as a UVC streaming device.
There is no video stream output, and it looks like the board is not transmitting anything over USB.
The enumeration may complete (or partially complete), but the UVC streaming endpoint does not seem to start working.
What I configured
In STM32CubeMX (MX):
Clock configuration:
What I suspect
Possible causes I’m considering:
Has anyone successfully run TinyUSB UVC over High-Speed on STM32U5 (NUCLEO-U5A5ZJ-Q)?
I would like to know:
This is my current tusb_config.h / project setup:
I will attach screenshots of clock configuration:
All reactions