cancel
Showing results for 
Search instead for 
Did you mean: 

USB Audio for STM32H723

FB1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

1 REPLY 1
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen