cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H753 Can the master clock output ( MCLK output) work if the I2S mode is set as slave?

Sam Ho
Associate II

Hi

Does anyone know if on STM32H753, Can the master clock output ( MCLK output) work if the I2S mode is set as slave? 

Thanks

Sam

3 REPLIES 3
Sam Ho
Associate II

MCK Generation

The master clock MCK can be generated regardless to the SPE bit. The MCK generating is controlled by the following bits:

– I2SMOD must equal to 1,

– I2SCFG must select a master mode,

– MCKOE must be set to 1

Is there anyway to get around this? or if its a hardware level implementation that limits this?

Many thanks!

This is given by hardware.

Can't you generate the clock on that point in another way, e.g. isn't that pin also output of a timer?

JW

Piranha
Chief II

As always... Instead of SPI/I2S peripheral try using SAI peripheral.