码迷,mamicode.com
首页 > 其他好文 > 详细

STM32学习1

时间:2016-06-28 00:42:00      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

  arm汇编启动文件。

  汇编注释用";"

;* - Set the initial SP     
;* - Set the initial PC == Reset_Handler
;* - Set the vector table entries with the exceptions ISR address
;* - Configure the system clock and the external SRAM/SDRAM mounted on STM324x9I-EVAL boards to be used as data memory (optional, to be enabled by user)
;* - Branches to __main in the C library (which eventually calls main()).
  

时钟树

技术分享

  

 

STM32学习1

标签:

原文地址:http://www.cnblogs.com/thorzhou/p/5592517.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!