2015-03-17 02:01 AM
Is it possible to clock the MCO1 at 50MHz? I have HSE of 25MHz? I did not find instructs.
#stm3240g-eval2015-03-17 05:24 AM
You'd have to run the processor at a multiple of 50 MHz, ie 150 MHz, and divide down from there. You'd want to check if the PLL generates too much jitter/phase-noise for ethernet applications.
The processor will take an external clock source up to 50 MHz via HSE input. Also there is the I2SPLL via MCO22015-03-17 05:34 AM
If you are after using the ETH in RMII mode, you might find my experience entertaining:
https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy.st.com%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fEthernet%20through%20RMII%20on%20STM3240G-EVAL%2c%20anyone&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3... JW2015-03-27 10:00 AM
@Clive: tnx, it works but it is not the preffered way.
@Jan: :) It sounds like much frustration.