2015-03-03 10:18 AM
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?2015-03-03 10:29 AM
There used to be an excel sheet (clock configuration tool), but it's pretty easy just to edit the system_stm32f1xx.c file
2015-03-05 07:15 AM
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.