2009-01-30 12:02 AM
USB Audio Device - Speaker
2011-05-17 04:01 AM
Hi,
Does anybody has expirience with USB Audio Demo from ST USBLib? I'm trying to make STM32 based, USB speaker. With configuration stereo/16bit/44100kHz. I'm starting with this Demo, but it works only with default configuration mono/8bit/22000kHz. I don't know where is the problem, maybe descriptor. Any suggestion? Lucas [ This message was edited by: l.kolaszewski on 29-01-2009 17:24 ]2011-05-17 04:01 AM
Problem solved, reason was pointers bug. There is only 512 bytes of dedicated USB memory, and this size can't be overdraw. Otherwise it causes in USB system malfunction.
Lucas [ This message was edited by: l.kolaszewski on 31-01-2009 14:29 ]2014-07-29 07:41 PM
Hi Lucas - what specific STM32 part no. are you using? Is your board an eval board? Is your flow chart something like this?
[PC] --USB--> [MCU] --I2S--> [CODEC] --> HEADPHONESI'm having issues on above so I was asking. Thanks!2014-07-29 08:20 PM
These are posts from 5+ years ago, you'd have a better chance tracking down an email/contact details with Google.
Assume it's an STM32F10x part.