Hi, I was using connectivity line device(f107) previously and i did clock configuration using file system_stm32f10x_cl.c. The configuration wizard attached with this file was really help ful. I am wondering any similar files for STM32f103 devices? I am using mcbstm32exl eval board for STM32f103zgt6.
Regards niranjan
Not aware of a similar "Configuration Wizard" version, either modify the one you have to the related PLL options (presumably less of them), or use on of the standard files
C:\Keil473\ARM\Boards\Keil\MCBSTM32E\Blinky\system_stm32f10x.c
And make whatever slight changes you need to accommodate your board, and any modification you've made.