USB Audio for STM32H723
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
Audio
-
STM32H7 Series
-
USB
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Thanks
Imen
