stm32 v3.5.0工程模板

1.Libararies

   |--CMSIS 

       |--CM3

       |--CoreSupport

           |---core_cm3.c

       |--DeviceSupport

           |--ST

               |--STM32F10x

                   |--startup

                        |--startup_stm32f10x_md.s

                   |--stm32f10x.h                //设置f10x的寄存器等地址信息

                   |--system_stm32f10x.c    //时钟设置              

   |--STM32F10x_StdPeriph_Driver

2.RVMDK

   |--List

   |--Output

   |--Project.uvproj

3.User

   |--main.c 

   |--stm32f10x_conf.h         //包含库的头文件

   |--stm32f10x_it.h

   |--stm32f10x_it.c             //中断设置

   |--system_stm32f10x.c    //时钟设置

 

------------------------------------------------------------------------------------------

Preprocessor Symbols

 Define:    STM32F10X_MD,USE_STDPERIPH_DRIVER

 

Include Paths

..\User

..\Libraries\STM32F10x_StdPeriph_Driver\inc

..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x

 

 

 

 

posted @ 2014-06-14 10:07  proteus  阅读(434)  评论(0编辑  收藏  举报