cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f107 I2S3 MCLK not coming

mili
Associate II
Posted on August 19, 2011 at 08:32

Hi,

I was testing I2S interface on STM32F107 cpu. I had configured the chip to use I2S3_MCK clock as the Master Clock for the codec. I2S is set in master mode. I had set the MCKOE bit in the SPI_I2SPR register. But the clock is not coming. Is there any other settings I need to do..Please advise

#i2s3-mclk #stm32f107
1 REPLY 1
Posted on August 19, 2011 at 14:58

Is there any other settings I need to do.

Usual rules.

Ensure the clock to the GPIO bank in enabled, if remapping pins that the AFIO clock is enabled.

Configure the GPIO pins for the appropriate AF or input modes.

Enable clocks for peripherals, initialize peripherals, enable peripherals.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..