Question
STM32F103C6T6A clock configuration
Posted on September 27, 2016 at 17:30
I need to configure the system clock to HSE with a 8MHz quartz crystal.
At startup the default is HSI. For the STM32L family I used the clock configuration tool provided by ST, but this tool is not available for STM32F103 devices.What modifications should I make to system_stm32f10x.c to allow use HSE 8MHz at startup?Thanks.