2015-01-03 12:20 PM
I want to output the max 48MHz clock signal on STM32F030 to drive another subcircuit. The problem is the chip STM32030F4P6 (TSSOP-20 package) I prefer to use doesn't have the MCO pin (PA8). So I have 2 questions:
1. Can this 48MHz signal be produced on another GPIO pin other than MCO pin? 2. I cannot find the limitations of using 48MHz signal (like load impedance, max driving current, etc.). Where can I find the information? #clock #stm322015-01-03 01:50 PM
> 1. Can this 48MHz signal be produced on another GPIO pin other than MCO pin?
No. > 2. I cannot find the limitations of using 48MHz signal (like load impedance, max driving current, etc.). Where can I find the information? Datasheet, I/O port characteristics chapter. JW2016-01-03 04:36 PM
Use an external 48 MHz XO and buffer that into the STM32 and your other parts, it will save you a pin.
You could get 24 MHz out of a timer pin.