cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f103 frequency

s239955_stm1_st
Associate II
Posted on March 03, 2015 at 19:18

hi

for setting clock frequency in stm32f407, i am using an xls file that generates automatically a .c file witch i can copy it to my project directory

i need to do such operation(setting clock frequency) for stm32f103 mcu, can i use this way? or is there a same file like this?
2 REPLIES 2
Posted on March 03, 2015 at 19:29

There used to be an excel sheet (clock configuration tool), but it's pretty easy just to edit the system_stm32f1xx.c file

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Amel NASRI
ST Employee
Posted on March 05, 2015 at 16:15

Hi Ali,

If you choose to work with the Cube package, you may configure the STM32F103 clock based on the CubeMX configuration.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.