Skip to main content
Associate
April 22, 2026
Question

STM32F7 - Unable to Select I2S Mode for SAI1 in CubeMX

  • April 22, 2026
  • 1 reply
  • 107 views

Hi: My goal is to perform full-duplex I2S using the STM32F722RET6 part. To achieve this using the pins available on the package it looks like I need to use SAI2 (sub-block B) as the master/TX and SAI1 (sub-block A) as a slave/RX synchronized to SIA2.

The configuration of SIA2 in CubeMX works fine.  However, when I attempt to configure the slave side (SAI1-A) the I2S option is greyed out (see below). Can anyone help me to debug this? Many thanks, Bruce.

2026-04-22_11-27-27.jpg

1 reply

ExtraAuthor
Associate
April 22, 2026

CubeMX version is 6.17.0.

Ghofrane GSOURI
Technical Moderator
April 23, 2026

Hello @Extra 

It would be great if you could share your IOC in order to check your configuration and see whether there is a conflict.

I will be waiting for your feedback.

Thx

Ghofrane 

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.
ExtraAuthor
Associate
April 23, 2026

Hi Ghofrane:

Thanks so much for the help. I have attached my IOC file. 

Bruce