cancel
Showing results for 
Search instead for 
Did you mean: 

configure the clock of STM32F373

Kostadin Lazarov
Associate
Posted on August 20, 2017 at 23:31

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.xls
1 REPLY 1
Khouloud GARSI
Lead II
Posted on August 21, 2017 at 12:53

Hi

mk912a

‌,

Iadvise you to use the

http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html

tool. It embeds

a clock-tree setting helper.

0690X00000607vsQAA.png

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.