2022-02-02 04:04 AM
Good morning,
I need to create an USB Interface that supports two functions: Mass Storage + Virtual COM. Maybe someone has already implemented a similar solution or ST has created an example. I'm looking for an example, but i have not found anything up to now.
Thanks a lot.
2022-02-08 01:31 AM
Hello @SVill.4 ,
You can refer to the following examples provided by our F7 software package which uses a multi-core feature:
I hope this helps.
BeST Regards,
Walid
2022-02-12 02:40 AM
Hi @Walid ZRELLI
Thank for your answer.
I need the low level driver for creating a composite USB device on same USB. This example uses USB FS and USB HS and pratically has two USB cable connected to MCU. I need two USB peripherals on same USB, like ST-LINK V3 on STM32H750-DK board, where there are USB CDC + USB MSC on same cable USB.
Best regards.
2022-02-12 05:44 AM
Don't waste your time with broken bloatware and take a look on sanely designed USB stack:
https://github.com/hathach/tinyusb/tree/master/examples/device/cdc_msc