2026-04-15 11:29 PM
Hi ST Community,,
I’m working with the STM32N6570-DK board and trying to implement a USB Video Class (UVC) device.
From my exploration in STM32CubeMX, I couldn’t find any native option to enable or generate a UVC class . Based on this, my understanding is:
Could you please confirm:
Additionally, it would be very helpful if you could outline the high-level steps for implementing UVC on this platform .
2026-04-16 1:31 AM
Hello @MSGokul
>Is UVC officially supported on STM32N6570-DK?
>Is there any roadmap to include UVC support in STM32CubeMX?
Indeed, you can select VIDEO class using STM32CubeMX as you can see in the caption
>Are there any reference implementations (for STM32N6 or similar series) available?
You can base yourself from this cube example
>What is the recommended approach:
You can start from a pure STM32CubeMX project and implement the necessary functions from the example, then customize the project. Alternatively, you can start directly from the STM32Cube example and modify it as required.
BR
Gyessine
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.