2022-08-08 12:29 PM
2022-08-08 12:32 PM
What?
What STM32 are you talking about, there's like a hundred at this point?
What board specifically are you talking about?
Have you looked at the CubeF4 (or appropriate) repository, there are USB Host and Device examples for a selection of USB Classes.
This is what is available. Not much else
2022-08-08 12:35 PM
I am asking about STM32CubeMX.
USB CDC Program Stack is available ? (Composite device)
2022-08-08 07:55 PM
Yes, the latest USBD library has a "composite builder". And several CDC classes.
The best thing about these libraries is the price tag. You get the code free, then pay with your time and nerve cells.
2022-08-23 12:27 PM
Hi Pavel,
if we use CDC Composite stack. will you support us if we face any issue related to CDC/HID Composite stack while using with our project?
2022-08-23 12:37 PM
I'd imagine paid support and contracting are available for most things.
2022-08-23 12:41 PM
STM32L452CET Controller support tinyUSB?
2022-08-28 02:32 AM
how much cost needed for support? anybody else used these usb stack earlier in working project?
2022-08-28 03:17 AM
> will you support us
Of course we all will. The world revolves around you!
> anybody else used these usb stack
No, you will be the first one. Not even the developers themselves used those stacks!
If you would actually develop code instead asking those useless questions, you would be up and running with some demo in few hours...
https://github.com/hathach/tinyusb/tree/master/examples/device/hid_composite
https://github.com/hathach/tinyusb/tree/master/examples/device/cdc_dual_ports
2022-10-15 04:24 AM
Hi @NMish.2
Can you please refer to this topic:
New USB composite applications released under: