cancel
Showing results for 
Search instead for 
Did you mean: 

similar to system_stm32f10x_cl.c for low medium, xl density devices?

nmadhavan
Associate II
Posted on April 04, 2014 at 16:41

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?
1 REPLY 1
Posted on April 04, 2014 at 17:20

Directory of C:\ST\STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm
05/31/2012 11:07 AM <
DIR
> .
05/31/2012 11:07 AM <
DIR
> ..
03/10/2011 10:52 AM 15,766 startup_stm32f10x_cl.s
03/10/2011 10:52 AM 15,503 startup_stm32f10x_hd.s
03/10/2011 10:52 AM 15,692 startup_stm32f10x_hd_vl.s
03/10/2011 10:52 AM 12,376 startup_stm32f10x_ld.s
03/10/2011 10:52 AM 13,656 startup_stm32f10x_ld_vl.s
03/10/2011 10:52 AM 12,765 startup_stm32f10x_md.s
03/10/2011 10:51 AM 14,073 startup_stm32f10x_md_vl.s
03/10/2011 10:51 AM 15,955 startup_stm32f10x_xl.s
8 File(s) 115,786 bytes

Frankly the system_stm32f10x.c file(s) are much more generic and consistent, the main differences with the startup_sm32f10x_xx.s files is how they describe the vector table content, which differs between part classifications. The file you mention is likely tool-chain specific, in which case seek support from that vendor.
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..