2023-02-18 12:35 PM
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.
Solved! Go to Solution.
2023-02-19 11:08 PM
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
2023-02-19 11:08 PM
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