User Activity

I've been attempting to stream audio in via a USB microphone using the USB host functionality on my STM32F411. Unfortunately, it seems as though the audio class has been left unfinished and, although about  50% of the code is there, the other importa...
I'm trying to set up USB host on the STM32F411CEU6 (blackpill board). It's been hard to find examples specifically for this chip so I have put together my current code based off of other F4 chip examples with some modifications for this specific chip...