Using Two STM32 IC in one board
Hello everyone,
I need to design a board featuring two STM32 microcontrollers that must operate in sync. To ensure clock synchronization, I plan to use a single external crystal.
My proposed hardware approach is:
-
Connect the standard external crystal (HSE) to MCU 1.
-
Route the MCO (Microcontroller Clock Output) pin of MCU 1 to the OSC_IN pin of MCU 2.
-
Configure MCU 2 to use HSE Bypass Mode, leaving its OSC_OUT pin floating.
-
Place a series damping resistor on the trace between MCO and OSC_IN to prevent ringing.
Could you please confirm if this topology is the correct and officially recommended approach for STM32 devices? Thanks in advance for your time and suggestions!
