cancel
Showing results for 
Search instead for 
Did you mean: 

Interfacing microphone sensor in STM32H757I-EVAL

priya_12
Associate II

Hi, 
I am trying to interface the internal microphone sensor (MP34DT05TR-A) in STM32H757I-EVAL. The goal is to record audio from the MP34DT05 microphones, store it on a microSD card, and play it back on a PC. I'm not able to navigate through this; could you share some resources or the steps that need to be followed to configure this and to record the audio? Also, there are three different data formats: audio codec, DFSDM, and PDM. Which do you think will be suitable for the data acquisition part? 

1 REPLY 1
KDJEM.1
ST Employee

Hello @priya_12;

 

For audio record, I recommend you to start with available examples under STM32CubeH7:

  • \STM32Cube_FW_H7_V1.12.1\Projects\STM32H747I-EVAL\Examples\DFSDM\DFSDM_AudioRecord
  • \STM32Cube_FW_H7_V1.12.1\Projects\STM32H747I-EVAL\Examples\BSP

 

I hope these examples can help you?

 

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.