Skip to main content
Associate III
August 5, 2025
Solved

Connecting 8 PDM microphones to STM32N6

  • August 5, 2025
  • 3 replies
  • 277 views

Is it possible to connect 8 PDM microphones to the STM32N6 via MDF?

Best answer by KDJEM.1

Hello @Tuomas95;

 

According to this Solved: Re: NUCLEO-N657X0-Q: Confliciting info on number o... - STMicroelectronics Community and after checking internally, there are only three data IO: SAI_D1, SAI_D2, SAI_D3, in that case it will just support 3 pairs of microphones. It isn't possible to connect 8 PDM microphones by using the SAI.

Internal ticket number CDM0061647(This is an internal tracking number and is not accessible or usable by customers).  

Thank you

 

I apologize for any inconvenience.

Thank you.

Kaouthar

3 replies

ELABI.1
Technical Moderator
August 8, 2025

Hi @Tuomas95,

It is not possible to connect 8 PDM microphones directly to the STM32N6 via the MDF interface because the MDF has six digital serial interfaces. However, you can connect up to 8 PDM microphones by using the SAI peripheral's PDM interface.

This is mentioned in the Datasheet specifically section "3.48 Serial audio interface (SAI)", as shown in the screenshot below:

ELABI1_0-1754647523891.png

and also, in the Application Note AN5027 specifically section "2.2.3 Using PDM interfaces":

ELABI1_1-1754647535357.png

Thanks.

ELABI.1

 

 

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.
KDJEM.1
KDJEM.1Best answer
Technical Moderator
April 21, 2026

Hello @Tuomas95;

 

According to this Solved: Re: NUCLEO-N657X0-Q: Confliciting info on number o... - STMicroelectronics Community and after checking internally, there are only three data IO: SAI_D1, SAI_D2, SAI_D3, in that case it will just support 3 pairs of microphones. It isn't possible to connect 8 PDM microphones by using the SAI.

Internal ticket number CDM0061647(This is an internal tracking number and is not accessible or usable by customers).  

Thank you

 

I apologize for any inconvenience.

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.
Andrew Neil
Super User
April 21, 2026

@ELABI.1 wrote:

you can connect up to 8 PDM microphones by using the SAI peripheral's PDM interface.


UPDATE: That post has since been edited.

 


@KDJEM.1 wrote:

It isn't possible to connect 8 PDM microphones by using the SAI.



So which is it, then ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
KDJEM.1
Technical Moderator
April 21, 2026

Hello @Andrew Neil ;

 

We noted a typo in datasheet and reference manual, the STM32N6 supports actually 6 microphones.

This issue is reported internally.

Internal ticket number CDM0061647(This is an internal tracking number and is not accessible or usable by customers). 

 

I apologize for any inconvenience.

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.
Andrew Neil
Super User
April 21, 2026

Ah, I see that @ELABI.1 has now edited the post to remove the references to the erroneous sections in the Datasheet (DS14791 Rev 9) and AN5027 (Rev 2), and the conclusion that 8 was possible.

 

PS:

It seems that RM0486 (Rev 3) also has the typo.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.