当前位置:网站首页>创建MDK工程
创建MDK工程
2022-07-26 22:42:00 【Little-Bear-Bear】
创建MDK文件工程
1. 选择工程,在GPIO点亮灯目录下创建OBJ、USER、SYSTEM、CORE、FWLIB、HEADER、GPIO;
这里就不一一演示了
相关资源:示例代码
如何选择自己的芯片类型
这里以stm32f103c8t6为例,更换其他的芯片也是这样操作 即可!
启动文件介绍
这三个文件是:startup_stm32f10x_ld.s适用于小容量产品、startup_stm32f10x_md.s适用于中等 容量产品、startup_stm32f10x_hd.s适用于大容量产品;
这里的容量是指 FLASH 的大小.判断方法如下:
- 小容量:FLASH≤32K
- 中容量:64K≤FLASH≤128K
- 大容量:256K≤FLASH
我们开发板使用的是 STM32F103C8T6,FLASH 容量为 64KB,属于中容量产品,所以我们选择 startup_stm32f10x_md.s 作为我们的启动文件。
添加启动文件

复制startup_stm32f10x_md.s文件放到工程目录CORE下:


边栏推荐
猜你喜欢

SQL关系代数——除法

VSCode2015下编译darknet生成darknet.ext时error MSB3721:XXX已退出,返回代码为 1。

How can Tencent cloud live plug-in mlvb make use of these advantages to become the divine assistant of anchor Live Streaming?

Flink 1.15 local cluster deployment standalone mode (independent cluster mode)

Logback custom messageconverter

Spark on yarn's job submission process

腾讯云MLVB技术如何在移动直播服务中突出重围之基础概念

The difference between forward and redirect

One of the Flink requirements - sideoutput (Application of side output flow: output the temperature higher than 30 ℃ to the mainstream, and output the temperature lower than 30 ℃ to the side flow)

网站日志采集和分析流程
随机推荐
Logback custom messageconverter
无重复字符的最长子串
MySQL uses and implements ranking functions rank and deny_ Rank and row_ NUMBER
SQL学习(3)——表的复杂查询与函数操作
下一代互联网:视联网
PlantCV中文文档
Flink based real-time computing Demo - Data Analysis on user behavior
深入理解Pod对象:基本管理
MySQL split table DDL operation (stored procedure)
SQL learning (3) -- complex query and function operation of tables
Flink sliding window understanding & introduction to specific business scenarios
Which securities company has a low stock commission and which stock is safe to open an account
Spark source code learning - Data Serialization
李宏毅机器学习(2017版)_P13:深度学习
Reasons why row locks in MySQL upgrade table locks
In depth learning report (1)
Select query topic exercise
堆排序相关知识总结
1. 众数
SQL关系代数——除法