高级会员

- 积分
- 902
- 金钱
- 902
- 注册时间
- 2013-4-29
- 在线时间
- 87 小时
|

楼主 |
发表于 2015-11-10 09:37:38
|
显示全部楼层
;* Version : V3.5.0
;* Date : 11-March-2011
;* Description : STM32F10x Connectivity line devices vector table for MDK-ARM
;* toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial  C == Reset_Handler
;* - Set the vector table entries with the exceptions ISR address
;* - Configure the clock system
;* - Branches to __main in the C library (which eventually
;* calls main()).
;* After Reset the CortexM3 processor is in Thread mode,
;* priority is  rivileged, and the Stack is set to Main. |
|