Question
Running STM32F4 from an Oscilator
Posted on May 29, 2015 at 07:17
System Clock Configuration tool is doing a great job to generate init code for STM32F405RG however it does not support external clock oscillator which is fed into OSC_IN (pin 5) only. (meaning Osc not Crystal).
I suspect that the RCC_CR_HSEBYP bit setting does not support such hardware.Is there a code example for the required modifications into the tool generated system_stm32f4xx.c file ? #stm32f4-clock