STM32H747 UAC2.0 and UAC1.0 Dac

preview_player
Показать описание
dev-board: STM32H747I-Disco (also works with STM32F469I-Disco)
Cpu 480Mhz: DCache Enable, ICache Enabled
codec: wm8994 (on-board) (supports no more than 24bit 96kHz sample rate)

DAC:
uac2.0 support 16bit/24bit, 44.1kHz, 48kHz, 96kHz, 192kHz*, 384kHz* (*waiting for new dev-board)
uac1.0 support 16bit/24bit, 44.1kHz, 48kHz, 96kHz

usb audio class 1.0 and 2.0 with
- mute control,
- volume control,
- great SOF management

Display:
- 800x480 two display layer, refresh rate ~60FPS
- FFT 2048 samples with Hanning window and savitzky-golay filter
- the software supports led strip WS2812

asynchronous audio codec control (play, stop, mute, volume), not in interrupt from USB
Рекомендации по теме
Комментарии
Автор

Hi,
Please I really need your help.
I have STM32h747 Discovery board and want to know how to use it.
I'm new in embedded systems and I would appreciate if you can help by creating a video on it.

thedonhub
Автор

Hi. What software stack did you use for implementing UAC2? Nice project!

Master_zzz