2014-04-08 04:28 AM
Hi all,
I'm working on stm32l MCU and wonder if it is possible to get the system clock waveform from GPIO output pin? If yes, where could I find it from the datasheet?Thanks a lot,Shan2014-04-08 06:23 AM
The MCO pin (PA.8) should allow fractional internal clocks to be output. Some abstracted, but synchronous, clocks can be generated by timers.
2014-04-08 08:13 PM
2014-04-09 12:53 AM
Looks good.
Your SYSCLK probably is actually around 2MHz - I guess it never changed from the default nominally 2.097MHz MSI clock. JW