Skip to main content
Visitor II
May 23, 2023
Question

Does the latest version of the driver of STM32H735VGH6 supporting USB audio and HID composite device functionality?

  • May 23, 2023
  • 1 reply
  • 1231 views

I want to use the USB interface of STM32H735VGH6 to develop the functions of USB audio and HID composite devices.I have a question, is the latest version of the driver supporting USB audio and HID composite device functionality? If supported,please let us know how to implement it.Thank you。

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    May 23, 2023

    Hello @jding.1​  and welcome to the Community :) ,

    The USB device composite is supported for STM32H735 MCU.

    To implement the USB device composite, I recommend you to get inspired from available examples:

    • Ux_Host_HID_CDC_ACM: This application provides an example of Azure RTOS USBX stack usage on STM32H735G-DK. It shows how to develop a composite "USB HID CDC_ACM Host"
    • Composite_Audio_HID This application provides an example with STM32H743I-EVAL

    When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

    Kaouthar