Need guidance implementing USB Audio with rate feedback on STM32F411
My end goal is to have an USB-to-I2S device running on STM32F411, built using the HAL and customizable.I'm trying to port the USB Audio 1.0 Playback example from https://www.st.com/en/embedded-software/x-cube-usb-audio.html to an STM32F411 target. X-...