STM32N6 two USB device classes running simultaneously
Hello,
I have custom STM32N657 board with two USB ports. There is USBX device video class running on USB Port 1 and streaming video - all good here, working well.
I would like to get exactly the same functionality on USB port 2 - second USB video device. The STMCubeMX supports only one USB port in device mode - that is also limitation of USBX
"Only one USB device controller can be defined at any time to operate in device mode."
azure-rtos_rtos-docs/rtos-docs/usbx/usbx-device-stack-2.md at main · azemb-todd/azure-rtos_rtos-docs · GitHub
What is the best approach to get second USB port running in USB video class in device mode?
