2025-07-15 7:22 AM
Hi,
Still attempting to work with STM32F767ZI board to generate signals to manage I2S mic (INMP441)
I have followed many recommendations, even used MX, but still no clock nor word select signals are generated from MCU....
But throu GPIO I can generate a clean square signal ?! So ?
Did I miss a thing ?
Thx very much for your help
2025-07-15 9:32 PM
Hello @L77d
Check your STM32F767ZI-Nucleo Set-up and configuration within the available example (check recommendations in the readme file), then update the project according to your needs:
2025-08-05 7:02 AM
Hello Imen.D,
I follow your recommandations, and tried the example, and it works.
The main problem was here:
I2SHandle.Init.Mode = I2S_MODE_MASTER_RX;
You have to set in master mode to get driving signals under i2s1
So I decided to go back to MX and take care of this, in a new configuration, but it really not works !
Why ?
2025-08-05 8:57 AM
Which STM32CubeMX version used ?
If not the version 6.15 is used, please update it and test with this latest release.
2025-08-05 9:00 AM
Sorry I mean
STM32CubeIDE
Version: 1.19.0
Build: 25607_20250703_0907 (UTC)
2025-08-05 9:02 AM
This is now correct, I can see signals on scope (WS, CLK,SD)
But it seems that i2s data (SD) are not read ...or I'm not doing correctly ;
2025-08-05 12:19 PM
>>or I'm not doing correctly
Present some actual code, diagram what you've built, describe expectations, this thought projection method of describing working/not-working is not effective in a group/team environment.