To use an external oscillator module (not just a crystal) with the STM32F4,...
To use an external oscillator module (not just a crystal) with the STM32F4, one needs to enable the HSEBYP bit in the RCC_CR register. This change allows an integrator to define STM32_RCC_CR_HSEBYP in their board.h file if they want this configuration.
parent
7f53e089
Please register or sign in to comment