cancel
Showing results for 
Search instead for 
Did you mean: 

USB COMPOSITE

abdou1
Associate

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!

4 REPLIES 4
Pavel A.
Evangelist III

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.

FBL
ST Employee

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.


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.

FBL
ST Employee

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.