USB Audio Class 2 for STM32 Arduino
In my last blog, I described my USB Audio Class 2 implementation. I was wondering if this functionality can also be used for STM32 micocontrollers. Since the solution relies on the Adafruit_TinyUSB_Arduino library, I was running into the issue that there is only a preliminary support for STM32-F4 micocontrollers. I decided to exend the support for the STM32-F7 and STM32-H7. You just need to install corresponding stm32 branch from my fork e.g with cd ~/Documents/Arduino/libraries Read more







