2013-02-27 03:03 AM
Hi
Is there a example project or somethin similar I can use as a foundation to use the stm32f4 discovery as a usb audio device? I want to stream the data of the on-board or an external mems microphone using the i2s (with dma) interface via usb to a host pc. I'm new to STM32 devices and all the specifics, although I already have good experiences with TI devices. #i2s #usb2013-09-09 04:44 PM
Hello. Any lucky with USB Microphone for the STM32-Discovery? The USB Speaker on this board is working fine, but can't get it to work as a mike.
The descriptors are OK, but the Isochronous IN transfers just don't work. Anybody has done that?Thanks.2013-09-17 05:19 PM
Hi. I managed to get the Isochronous IN endpoint to work.
I have now USB speaker and microphone working simultaneously on the STM32F4-Discovery.
2013-09-19 10:46 PM
Rodrigues, about usb-microphone - i also did descriptors,which recognized by Win as a mic. and i don't know how to move into 'isochronous IN-endpoint', can you give us a hint?sources?
2013-10-04 03:09 AM
I'm also working on a similar project.
Can you share your code with us?Working together we can accelerate the solution.2014-03-05 12:36 AM
I have my STMF4 Discovery board working as USB Sound Card.
PC will recognize as USB audio device and I can listen to sound. Also the UART emulation (VCD) works (Pico-C shell). The project can be found here: http://www.tjaekel.com2014-10-08 11:45 PM
Hi rodrigues.luiz, it seems like you're the only one who were able to make this simultaneous USB speaker and microphone work in STM32.
Cheers to that.But can you share a bit, if not all?Any reference would do...It's quite rude to just say 'it works' then leave the forum.Can we help out each other?Even just tips to work out the isochronous IN to make at least the microphone work will do.Been browsing the forums here and there to no avail, so we would appreciate your help - being the only one who successfully did it.Thanks. :)2014-10-08 11:50 PM
Hi AM85 - how about you? Any luck with making USB microphone work?
2015-11-13 09:50 PM
In case anyone is still looking for a STM32F4 USB microphone example, I stumbled upon
http://we.easyelectronics.ru/STM32/usb-mikrofon-na-baze-stm32f4-discovery.html
while debugging my implementation.The author has also kindly attached a working example and source code.