Replies: 2 comments 7 replies
-
Have you tried to run the example as it is to see if that work ? you may miss something while moving it to IDE. Also it depends on the mcu as well, you should always mentioned your MCU since each port is different. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem on my stm32f302 while debuging i say in dcd_stm32_fsdev.c that isochronous transfer are not supported
// Set type but on an stm32F4 it work perfectly |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created an STM32CubeMX/STM32CubeIDE project and successfully integrated tinyusb into it. I copied the code from the uac2headset example and my MCU also enumerates as a speaker/microphone combo.
My problem at the moment is:
According to my understanding of your code (especially the audio_task), this project should work like stereomix, looping the speaker output to the microphone input. This isn't happening for me. I get the LED to signal that it's indeed streaming, but I don't get any signal on the microphone acording to the audio controlpanel when outputting sound on the speaker. spk_data_size inside audio_task actually never goes beyond 0.
Is the uac2headset currently working officially?
Beta Was this translation helpful? Give feedback.
All reactions