slerpxcq / openuac2_fw

STM32F446 USB Audio Class 2 USB-I2S Bridge
35 stars 10 forks source link

OpenUAC2

An open-source audio streaming bridge compatible with USB Audio 2.0 specification

Features

Current limitations

Implementation details

For details of ST's USB device library, please refer to UM1734

These files contain the main work of this project

Note

There is currently a bug in CubeMX: when using LL for RCC, the PLLCFGR is not configured correctly. A workaround is manually add RCC->PLLCFGR |= 1 << 16; before LL_RCC_PLL_Enable(); after each code regeneration.