MCO on/off modulation, STM32F334: What's the fastest way to switch MCO between off state and a clock source.
Is there a fast way to use MCO, mux it to an internal clock souce and use a timer to realize some kind of on/off modulation of the MCO pin?I muxed it to an internal source and tried switching the GPIO between input and output. This works fine but nee...