摘要: 在startup文件中,调用了2个函数,一个是System_Init, 另一个是main。 System_Init()在system_stm32f10x.c 这个文件中,先看一下时钟树,再分析一下这个文件。 上树: 首先:时钟源有4个: 这3个时钟很有意思,因为stm32官方设计最高稳定频率是72M 阅读全文
posted @ 2019-04-20 22:22 kmist 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: ;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3... 阅读全文
posted @ 2019-04-20 00:52 kmist 阅读(449) 评论(0) 推荐(0) 编辑