Skip to main content
Visitor II
February 18, 2023
Solved

USB Audio for STM32H723

  • February 18, 2023
  • 1 reply
  • 2250 views

I am looking for an example for USB audio device class UAC1 for NUCLEO-H723ZG.

The aim is to stream audio data from STM32 onto an android device (and there to a spectrum app). Many thanks to any hints.

    This topic has been closed for replies.
    Best answer by Imen.D

    Hello @FB​ and welcome to the Community :)

    You can follow the available application which is a part of the USB Device Library package within STM32CubeH7 firmware package:

    \STM32Cube_FW_H7_Vx.x.x\Projects\STM32H743I-EVAL\Applications\USB_Device\Audio_Standalone

    The example use USB device application based on the AUDIO Class implementation of an audio streaming on the STM32H7xx devices.

    Imen

    1 reply

    Imen.DAnswer
    Technical Moderator
    February 20, 2023

    Hello @FB​ and welcome to the Community :)

    You can follow the available application which is a part of the USB Device Library package within STM32CubeH7 firmware package:

    \STM32Cube_FW_H7_Vx.x.x\Projects\STM32H743I-EVAL\Applications\USB_Device\Audio_Standalone

    The example use USB device application based on the AUDIO Class implementation of an audio streaming on the STM32H7xx devices.

    Imen