Skip to main content
Lixil
Visitor II
September 4, 2019
Question

Use MCO for I2S clock(SCK)

  • September 4, 2019
  • 2 replies
  • 586 views

Hello

I use STM32L100.

I try to use the clock output from the MCO as the I2S clock.

STM32L100 is an I2S slave and outputs an external clock using MCO(24.5MHz).

Can it use without problems?

​Thank you.

This topic has been closed for replies.

2 replies

Piranha
Principal III
September 4, 2019

With this description and question - yes. Probably You have to ask something more specific.

waclawek.jan
Super User
September 4, 2019

> STM32L100 is an I2S slave

AFAIK, there's no I2S in the 'L100. I don't say it can't be emulated by SPI.

> and outputs an external clock using MCO(24.5MHz).

Outputs the clock into what input?

Note, that PLL in STM32 introduces some jitter; this may or may not matter for your application.

JW