Digital MEMS microphone configuration mode(mono/stereo) issue
- January 19, 2026
- 2 replies
- 250 views
Hi community,
I am working with STM32H747I-DISCO Board(Dual cortex M7+M4)
MP34DT05-A digital MEMS microphone is integrated on the board and issues are facing while bringup.
Issues follows:
As per the schematic there is one digital microphone connected to the MCU using SAI Interface with default connections
I am trying to bringup it with the help of refernce document(Ref AN5027).
When i am understnading this document a few questions have been raised. Those question as follows.
1.There are two types of mode
- mono mode
- stereo mode

stereo mode

If we see the schematic:

One digital microphone is connected to stm32 MCU and it looks like mono mode configuration
But when I am following mono mode configuration process to bring up it then pins which are enabling while configuring is mismatching with pins which are connected to this digital microphone as per the schematic.
Connection pins – (SAI4_CK1) PE2, (SAI4_D1) PC1 (as per the schematic)

Enabling Pins :

In stereo mode configuration, pins are enabling as per the schematic but clock is not enabling

If I follow stereo mode configurations then it requires two digital microphones which shares single data line.
which configuration(mono/stereo) should I follow to bring up this digital microphone?
if stereo mode, why two digital microphones are not provided and how to solve clock issue?
FYI I have attach (ref.AN5027)



