2021-11-11 07:25 AM
Enumeration seems correct, I can select the audio device on the PC, but mem[] buffer is not filled if I send audio to the device. If I set the exact same settings for a F407 or 411, the mem[] buffer is filled by the incoming stream.
I searched a lot with Google for a working sample code for the STM32f103 (BluePill is popular), usb audio speaker, ucb to i2s etc, without success. There was a project based on SPL library, that one is working for me too.
Not sure if I missed something, or the CubeMX generated code is broken?
2021-11-11 08:26 AM
Maybe read Stm32f103c8t6 USB Audio problem
2021-11-11 08:35 AM
Thank you. Unfortunately that's an unsuccesful effort too. I suspect the CubeMX generated code is faulty, that's why no succesful BluePill usb audio projects on the net. ;)