USB Audio seems stuck
I am trying to use the usb audio to obtain computer sound data
and i have blue pill and STM32F746G-DISCO on my hand
For blue pill,
i add some prints in this function
static uint8_t USBD_AUDIO_DataOut(USBD_HandleTypeDef *pdev, uint8_t epnum);
but it only print out 3 times at 48000Hz and 6 times for 22100Hz(default)
i have tested on windows and ubuntu as well
windows device manager shows it is stm32 audio class , ubuntu shows it is stm32F407 audio
they are both stuck when test output
For STM32F746G-DISCO,
i tried the usb fs and hs. set them as device only
and the middleware setting is the same as blue pill
but it can't even be recognized by my pc
anyone know how to solve?
