我用的是STM32F207 + 网口的RMII方式,但是PHY就需要MCU提供50 MHz的参考时钟(我没有用外置的晶振)。
但是我看手册上是这样描述MCO1的:
MCO1:
You can output four different clock sources onto the MCO1 pin (PA8) using the
configurable prescaler (from 1 to 5):
– HSI clock
– LSE clock
– HSE clock
– PLL clock
还有MCO1的预分频:
MCO1PRE: MCO1 prescaler
Set and cleared by software to configure the prescaler of the MCO1. Modification of this
prescaler may generate glitches on MCO1. It is highly recommended to change this
prescaler only after reset before enabling the external oscillators and the PLL.
0xx: no division
100: division by 2
101: division by 3
110: division by 4
111: division by 5
RE:各位大神,请教ETH,使用RMII方式时,MCO1的设置问题