2013-01-23 03:26 PM
I am using STM32F103RF chip, in the startup folder I see a full list of startup_stm32f10x_??.s files, which one is suitable for my case?
2013-01-23 05:03 PM
It's an XL Density part, thus the XL startup would be the one to go with
http://www.st.com/internet/mcu/product/247495.jsp
http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATASHEET/CD00253742.pdf
STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s Your projects also needs to define the architecture, either via a #define or command line -D #define STM32F10X_XL /*!< STM32F10X_XL: STM32 XL-density devices */