2025-01-07 02:06 AM
Hello,
We are looking for recommendations regarding the use of the following repository/software package: I-CUBE-USBD-Composite https://github.com/alambe94/I-CUBE-USBD-Composite to implement USB composite functionality (Mass Storage + USB CDC).
Currently, we are using it on an STM32U5 MCU, and it is working as expected.
Thank you in advance for your insights!
2025-01-07 03:08 PM - edited 2025-01-07 03:13 PM
The author of this repository may be of great help for you. Tried to reach out to them?
* The most recent commit by the author was on Apr 27, 2022
* There are 23 issues, mostly unresolved. The most recent one updated last month.
2025-01-15 08:27 AM
Hi @abdou1
Could you detail the issue so that we may help you? You mean you couldn't find out an example of USB device composite MSC + CDC?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-01-20 02:43 AM
Hello @FBL
We are looking for an example provided by ST for USB composite (USB CDC and USB Mass Storage), without using Azure RTOS or ThreadX. So far, we have found the following repository: https://github.com/alambe94/I-CUBE-USBD-Composite, which seems to meet our needs.
We want to know if this repository is reliable for use in our project, or if you recommend any other options.
2025-01-20 10:00 AM
Hi @abdou1
I have attached the project for you to get started with. You can proceed with the implementation, and you can refer to these examples as a start point.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.