Skip to main content
MikeDB
Senior II
February 11, 2019
Question

Can I slave STM32s off of a master STM32 crystal clock oscillator ?

  • February 11, 2019
  • 2 replies
  • 567 views

I want to have one STM32F730 using a crystal on OSCIN and OSCOUT, and then slave 7 other STM32F730s to the same clock. But if I connect OSCIN of these other 7 to OSCOUT of processor 1 I assume it will load that pin with too much capacitance. I can't see a way of getting a buffered clock out at the crystal frequency fHSE to drive the other processors so do I have to add an external buffer ?

    This topic has been closed for replies.

    2 replies

    Andrei Chichak
    Lead
    February 11, 2019

    Look at the schematics for any of the Nucleo boards. They use one STM32 as a debugger with a crystal attached and feed the main STM32 clock in.

    I don't remember the details, but they're all in the schematics.

    MikeDB
    MikeDBAuthor
    Senior II
    February 11, 2019

    Well not all Nucleo board it would seem, but eventually found one as you described. The MCO function isn't described in the STM32F730 datasheet but I found the details in another STM32 device. Thanks