Mic not working in composite headset + CDC #2086
Replies: 2 comments 3 replies
-
What does your |
Beta Was this translation helpful? Give feedback.
-
Michael,
Anyway It seems the problem was here:
EP 1 was used by both classes, I tested other EP values but didn't get any result because I didn't change the device descriptors before the test, and Windows kept the previously cached settings. Not exactly a painless experience. The comment before the TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR call in the headphone example is wrong, parameters are not as stated.
Now I'm trying to figure how to the mic buffer mechanism works. Not documented, not easy to understand and no examples AFAIK. Regards, Alberto |
Beta Was this translation helpful? Give feedback.
-
First time programming of USB so please bear with me.
I'm developing a composite audio and CDC device on an STM32H723. Using STM32Cube for peripherals initializing.
In both cases there is no sound level indicator or level control.
These are the relevant parts of the composite device configuration:
in main.c:
in usb_descriptors.c:
in usb_descriptors.h:
in tusb_config.h
Rest of the code is straight from the examples.
Thank you for any hint.
Alberto
Beta Was this translation helpful? Give feedback.
All reactions