2021-11-18 05:25 AM
I found only few ambiguous information how to connect the clock.
Are there any documents or shematics explaining the use of external clocks with the STM32?
Thanks in advance
Ulrich
2021-11-18 05:37 AM
Hello Ulrich,
which STM32 MCU do you want to use?
For the clock, you can use internal clocks or to have more precision , an external quartz.
I think that what you want to use is named HSE in our technical documents (vs HSI for internal clock).
Does it helps you?
Regards
Chloé
2021-11-18 06:01 AM
Here is an example link for the HSE oscillator.
from https://www.st.com/resource/en/schematic_pack/mb1364-h753zi-c01_schematic.pdf
there are different combinations in the reference designs. you can study reference designs and learn a lot
2021-11-18 06:05 AM
Hello Chloé,
thank you but i don't want to use a external quarz. Instead of the external quarz, i want to use an external clock source like a Rhubidium reference or an GPS stabilized quarz oszillator. At least a external low voltage TTL clock. For example the AVR controller can be used with an external TTL clock by feeding it into the input pin of the internal inverter for the quarz oszillator, but i did not found any documents for the STM32. I use the STM32F407 for this project.
Best regards
Ulrich
2021-11-18 06:08 AM
Hello Muhammed, thank you very much. That is what i am looking for.
Best regards
Ulrich
2021-11-18 06:12 AM
You can use a clock signal as the input to HSE by putting it in "HSE BYPASS" mode and piping the signal into OSC_IN as in the schematic above.
2021-11-18 06:28 AM
Which STM32?
Details for other STM32 may differ (e.g. whether the OSC_OUT pin may be used as GPIO or not).
JW
2021-11-18 06:41 AM
For this project a STM32F407.
Thank you very much. I have read a lot of the stm32 original documents and contributions from other user published in the www, but i have overseen this.