User Activity

Posted on June 30, 2016 at 11:25hi guys,I am doing usb audio asynch with stm32f072,my problem isUSBD_LL_PrepareReceive(pdev, AUDIO_OUT_EP, &PlaybackBuf[buftoogle],  AUDIO_MAX_PACKET_SIZE);My audio is 48Khz 24bit which will generate 288bytes so I set...
Posted on June 10, 2016 at 05:54Anyone tried before USB audio playback with endpoint single buffer only? or must double buffer?reason is I use STM32F072 and it's USB buffer only 1K. My device will have playback and recording at 48KHz 24bits. So if m...
Posted on May 19, 2016 at 04:45 Hi guys, I new to STM32, was mostly use PIC32 for USB audio application but due to cost decided to switch to STM Now I have STM32F0 discovery board with STM32F072RBT6. I tried to setup USB audio w...