2014-04-04 07:41 AM
Hi,
I was using connectivity line device(f107) previously and i did clock configuration using filesystem_stm32f10x_cl.c. The configuration wizard attached with this file was really help ful. I am wondering any similar files for STM32f103 devices?2014-04-04 08:20 AM
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.