STM32G0B1 Composite USB
Hello
I'm using a STM32G0B1. I programm it with CubeIDE 1.13.2. I used the CubeMX to define the hardware and I also use the HAL together with FreeRTOS.
I want to configure the MCU as a composite USB device. It should provide HID and VPC (Uart) for configuration and debugging.
At the moment I'm a little bit lost. I don't have much experience with USB. The USB moddleware support either HID or VPC but not both at the same time. There seems to be a define USE_USBD_COMPOSITE but this is not really usable. At least usbd_composite_builder.h seems to be missing.
I found TinyUSB but support for the G0 seems not to be included yet.
I found a usbd_composite_builder.h in the web but I would assume that more is missing and it wouldn't fit together.
Is there a chance that composite functions will be added?
What would be the best start?
Thank you very much,
