UVC (USB Video Class) support on STM32N6570-DK – CubeMX
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:
- UVC is not directly supported in STM32CubeMX
- It may require manual porting (e.g., from X-CUBE-WEBCAM or other examples)
Could you please confirm:
- Is UVC officially supported on STM32N6570-DK?
- Is there any roadmap to include UVC support in STM32CubeMX?
- Are there any reference implementations (for STM32N6 or similar series) available?
- What is the recommended approach:
- Should we start from a CubeMX-generated USB project and manually integrate UVC class?
- Or is there a preferred middleware/package for this?
Additionally, it would be very helpful if you could outline the high-level steps for implementing UVC on this platform .
