2017-08-20 02:31 PM
Hi,
I am not able to find
STM32F37x_Clock_Configuration_VX.Y.Z.xls. I need it to configure the clock of STM32F373. Does anybody know where to find it?
Regards,
Kostadin
#stm32f37x_clock_configuration_vx.y.z.xls2017-08-21 03:53 AM
Hi
mk912a
,Iadvise you to use the
tool. It embedsa clock-tree setting helper.
After generating your project (using your preferred tool chain), the ''main.c'' file will contain a function named ''SystemClock_Config'' where the system clock is configured.
Khouloud.