STM32 MCUs Other solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Open source PDM filter for MP45DT02 mic

Posted on January 07, 2013 at 18:22Recently I have implemented small educational project on STM32F4Discovery board. It takes sound from on-board MP45DT02 MEMS microphone. Unfortunately the libPDMFilter does not have the source code. Besides it looks...

olegv by Associate
  • 682 Views
  • 7 replies
  • 0 kudos

STM32F769i-discovery i2C BSP code question

Posted on April 26, 2017 at 17:20Hi , I'm trying to use external I2C devices in the Audio_playback_and_record project for STM32F769i-discovery.I think the code is using the BSP to configure the GPIO's for I2C used for internal devices ( audio codec,...

benyBoy by Associate II
  • 544 Views
  • 2 replies
  • 0 kudos

How to add I2C and SPI to audio application?

Posted on April 15, 2017 at 17:40stm3269i-discovery audio application demo. I cant find the stmcubeMX, no ioc file? How to add i2c and spi to the project on arduino connectorI am trying to add i2c and spi pins to an stm3269i-discovery audio applicat...

benyBoy by Associate II
  • 535 Views
  • 5 replies
  • 0 kudos

How to convert .wav audio to C code?

Posted on April 09, 2017 at 08:14Hi, I'm using Audio_playback_and_record example in STM32F4 Discovery in internal flash mode. But how can I change the audio_sample.c? How can I convert .wav audio to C code?#audio

Karim by Associate II
  • 288 Views
  • 1 replies
  • 0 kudos

capture and play sound by STM32F407 and Codec

Posted on March 01, 2017 at 10:34Hi.I designed a PCB to use stm32f407 and TLV320AIC12 codec for capturing and playing sound.As you can see I connected I2S pin of stm to tlv in this way:STM32F407                   TLV320AIC12CK-----------------------...

nima2 by Associate II
  • 256 Views
  • 0 replies
  • 0 kudos

odd/even bit in assynchronous

Posted on September 03, 2016 at 15:32Help me someone pls a little bit. I don't understand why in most isochronous assynchronous transfer with feedback examples they call feedback transfer function in SOF callback with frame odd/even setting being fo...