startup_stm32f10x_xx.s 启动代码文件的选择
网上查到的各个文件的解释是:
startup_stm32f10x_cl.s 互联型的器件
startup_stm32f10x_hd.s 大容量
startup_stm32f10x_hd_vl.s 大容量
startup_stm32f10x_ld.s 小容量
startup_stm32f10x_ld_vl.s 小容量
startup_stm32f10x_md.s 中容量
startup_stm32f10x_md_vl.s 中容量
startup_stm32f10x_xl.s FLASH在512K到1024K字节的
那多大的Flash定义为小容量、中容量、大容量呢?
cl:互联型产品,stm32f105/107系列
vl:超值型产品,stm32f100系列
xl:超高容量产品,FLASH=512K到1024K
ld:低容量产品,FLASH小于64K
md:中等容量产品,FLASH=64 or 128
hd:高容量产品,FLASH大于128
最近用到的芯片是:STM32F101VBT6
所以选用:startup_stm32f10x_md.s 中容量