This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Similar to system_stm32f10x_cl.c file for lowdensity, medium, high density ST devices

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.