User Activity

Hi.I used USB_OTG_FS as Audio Device Class on STM32F407-discovery.I connected PC and STM32F407-discovery with USB device.When I played music, sometimes sound is not occurred on STM32F407-discovery.I found that epnum in USBD_LL_DataOutStage is always ...
Hi, expert,I'd like to use external audio codec with STM32f407-Discovery.STM32 is master and Audio data is receved and transfered using I2S3 Interface.Below is connection between STM32F407 and Audio Codec.And I used I2S DMA for transfer and receive d...
Hi, Expert,I have STM32F407-Discovery and I'd like to use CMSIS DSP Library for audio processing.When I checked the library version which is released, it looks 5.5.4.So, I downloaded latest CMSIS DSP Library and build it for cortex-m4 atchitecture,Be...
Hi, I'd like to play music through i2s interface using external audio codec.Refer to "STM32F4xx Reference Manual", Below setting is needed if MCLK is enabled on 48Khz FS.PLLI2SN : 258 PLLI2SR : 3 I2SDIV : 3I2SODD : 1After I configured above, BCLK and...