Skip to content

STM32 template of std library

Notifications You must be signed in to change notification settings

SourceLizi/stm32_std_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 Keil 新工程模板

  1. 按文件夹结构建好Source code groups,将所有.c文件加入项目中

  2. 在项目选项中选择c/c++选卡,修改include path为.\Drivers;.\Drivers\inc;.\User,确定

  3. 按照芯片密度选择startup文件夹中的其中一个.s文件加入项目中

    Model Description
    STM32F103RC High-density performance line Arm®-based 32-bit MCU with 256 to 512KB Flash, USB, CAN, 11 timers, 3 ADCs, 13 communication interfaces
    STM32F103RD
    STM32F103RE
    STM32F103VC
    STM32F103VD
    STM32F103VE
    STM32F103ZC
    STM32F103ZD
    STM32F103ZE
    STM32F103RG XL-density performance line ARM®-based 32-bit MCU with 768 KB to 1 MB Flash, USB, CAN, 17 timers, 3 ADCs, 13 communication interfaces
    STM32F103VG
    STM32F103ZF
    STM32F103ZG
    STM32F103VF
    STM32F103RF
    STM32F103C8 Medium-density performance line ARM®-based 32-bit MCU with 64 or 128 KB Flash, USB, CAN, 7 timers, 2 ADCs, 9 com. Interfaces
    STM32F103R8
    STM32F103RB
    STM32F103V8
    STM32F103VB
    STM32F103CB
    STM32F103T8
    STM32F103TB
    STM32F103C4 Low-density performance line, ARM-based 32-bit MCU with 16 or 32 KB Flash, USB, CAN, 6 timers, 2 ADCs, 6 com. Interfaces
    STM32F103R4
    STM32F103C6
    STM32F103R6
    STM32F103T6
    STM32F103T4
  4. 编译

About

STM32 template of std library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published