Analog and audio

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to transmit Audio using UART.

Hi,I'm using STM32WB5MM-DK board interfaced with SPH0645LM4H I2S mic for capturing audio. I also connected a playback speaker with the setup I have mentioned. I also configured UART for transmitting the PCM data from STM32WB5MM-DK to PC. When I trans...

LR.2 by Associate III
  • 1509 Views
  • 7 replies
  • 0 kudos

Conversion to PDM to PCM using FIR and decimation

I am trying to decimate a PDM signal in order to obtain a PCM signal. Is this code correct?void LowPassFilterWithDecimation(uint8_t *pdm1, uint8_t *pdm2, int32_t *pcm1, int32_t *pcm2, int pdm_buffer_size, int decimation_factor){ char str[100];   ...

ATeli.1 by Associate III
  • 679 Views
  • 1 replies
  • 0 kudos

I have the STM32446e board. I've been trying to get any sort of analog mic input working through the onboard WM8994 codec. None of the provided examples support this. Hardware background, so I'm confused by all the drivers. Any easy way to do this?

The examples only support the digital MEMS microphones on the board. I'm uncertain whether the BSP actually supports using analog in. The wm8994.c driver supports analog in, but I'm not certain this function is actually being called by the higher ab...

CMcBa.1 by Associate
  • 346 Views
  • 0 replies
  • 0 kudos

Resolved! Questions on the 32F746G Disco for audio DSP: How audio codec data is interpreted, compared to a typical ADC embedded inside STM32 uC.

Hi,I am currently working on developping a guitar digital looping pedal. I following my last post, I have starting looking into using the 32F746G DISCOVERY for my app, as it includes enough RAM to store audio data and has some interesting audio featu...

manurp by Associate II
  • 610 Views
  • 2 replies
  • 0 kudos

Where can I download the mp3 codec library?

Posted on July 24, 2017 at 15:03Greetings. I need to use the mp3 codec library specifically developed for STM micro-controllers for my audio project (mentioned on the ST website). Nevertheless, I neither found the library to download it nor was I ab...

TDA7419 I2C register read-back does not work

Posted on April 27, 2017 at 21:22I am trying to read back I2C registers on the TDA7419 audio processor to verify their contents.  I've try both standard I2C register reads as well as the custom method on Page 29 of the datasheet (rev7).  In all case...