Posted on June 02, 2017 at 10:02Hi,ok just found, check if u have this code below in the USBD_AUDIO_Setup() function (in usbd_audio.c) :case USB_REQ_SET_INTERFACE : if ((uint8_t)(req->wValue) <= USBD_MAX_NUM_INTERFACES) { haudio->alt_setting = (uint...
Posted on June 01, 2017 at 12:39Hi,The host needs to send IN packets, you can tell the rate of these IN packets with a field in the standard descriptor of your Endpoint. Check that everything ok (endpoint available and well configured, terminal conn...
Posted on April 07, 2017 at 11:32Hello,Can you tell me the steps to follow to send isoc packets using the STM32 USB FS library? Where do u call these functions ?Thanks, AR.
Posted on April 03, 2017 at 16:14Hello,Up,Same for me, it works alone but not together.Can someone provide a simple example with mic+speaker please ?AR