2014-01-28 04:16 AM
Hello,
I have connected external clock source of 25 MHz from local oscillator to theOSC_IN pin of STM32F4. The problem is, that sometimes happens, that CPU does not start from external HSE and bit RCC_CR_HSERDY is never set.I checked clock with oscilloscope and it looks fine. I also put CPU in reset andwait until oscillator stable, but even this does not guarantee valid start-up. In manual I did not found any detailed explanation about HSERDY bit whenCPU is clocked by the external clock source.Is there any limitation when connection external oscillator instead of crystal?2014-01-28 04:25 AM
What do you mean by ''I have connected external clock source of 25 MHz from local oscillator''
What exactly is this clock source?2014-01-28 05:03 AM
Is there any limitation when connection external oscillator instead of crystal?
Yes, you need to use BYPASS mode.2014-01-28 11:21 AM
Thank you. I have missed this when reading manual.