How to create a STM32G431 USB Composite Device using STM32CubeMX+USB Device Middleware
We are working on porting an existing STM32F373 USB application to STM32G431 using STM32CubeMX and the USB Device Middleware. The USB device is a composite device of two custom interfaces.
The first interface is a multitouch interface with 1 endpoint, the second interface is a vendor interface with 2 endpoints.
Is there any example on how to create composite USB devices with the middleware?
