2012-12-20 02:09 AM
I get a problem when using I2S3 of STM32F107. when I2S3 works at slave mode, the MCLK can not be created. What I want to ask is why there is no MCLK output, when I2S3 working at slave mode. Or maybe the I2S3 configuration is wrong.
#i2s3-mclk2012-12-20 02:21 AM
What I want to ask is why there is no MCLK output, when I2S3 working at slave mode.
By definition of the I2S protocol. The clock signal is generated by the bus master. If you configure your stm32f107 as slave, the other side (the master) is assumed to generate the clock.
2012-12-24 09:29 PM
thank you. I have used LM3S9B92. When it works in slave mode, it can provide MCLK. what I want to confirm is that can STM32 provide MCK when it's I2S works in slave mode.
thanks again!!2012-12-24 09:52 PM
thank you. I have used LM3S9B92. When it works in slave mode, it can provide MCLK. what I want to confirm is that can STM32 provide MCK when it's I2S works in slave mode.
thanks again!!