Skip to main content
Explorer
January 7, 2025
Question

USB COMPOSITE

  • January 7, 2025
  • 3 replies
  • 758 views

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!

    This topic has been closed for replies.

    3 replies

    Super User
    January 7, 2025

    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.

    Technical Moderator
    January 15, 2025

    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?

    abdou1Author
    Explorer
    January 20, 2025

    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.