当前位置:网站首页>STM32 new project (refer to punctual atom)
STM32 new project (refer to punctual atom)
2022-07-02 08:24:00 【Jiang tengxia】
I haven't played for a long time 32 了 , New projects are always forgotten , Write a blog to record
Be careful : This article takes F103ZET6 For example , There is relevant information at the end of the article !
Install first pack package , Finally, there is a link
Get pack Double click the package to install .
New project catalog
notes : New built 28BYJ-48_demo Engineering as an example
1、 New project folder
newly build E:\MyDocument\MyAllCode\STM32Project\28BYJ-48_demo The directory is the root directory of the project .
2、 Establish project structure
Create the following directories under the root directory 
3、 Place necessary documents
CORE/ Catalog :
core_cm3.c
core_cm3.h
startup_stm32f10x_hd.s
USER/ Catalog :
main.c
stm32f10x.h
stm32f10x_conf.h
stm32f10x_it.c
stm32f10x_it.h
system_stm32f10x.c
system_stm32f10x.h
FWLIB/inc/ Catalog :
FWLIB/src/ Catalog :
New project
1、 stay keil5 New projects on the road

2、 Manage project team files

In the above three directories .c Add all the files 
3、 Compile configuration
Activate generation hex file option 

Add macro definition 、 Header file path
STM32F10X_HD,USE_STDPERIPH_DRIVER
Project reference template +pack package
link :https://pan.baidu.com/s/1B88CixR8D_jt11fU90bVTQ
Extraction code :w4g5
边栏推荐
- Carsim problem failed to start Solver: Path Id Obj (X) was set to y; Aucune valeur de correction de xxxxx?
- Comparable,Comparator,Clonable 接口使用剖析
- OpenCV3 6.3 用滤波器进行缩减像素采样
- CarSim problem failed to start solver: path_ ID_ OBJ(X) was set to Y; no corresponding value of XXXXX?
- Find and rfind methods in string
- Web安全--核心防御机制
- SQLyog远程连接centos7系统下的MySQL数据库
- Common shortcut keys of Jupiter notebook (you can also view it by pressing h in command mode)
- [dynamic planning] p4170: coloring (interval DP)
- Global and Chinese markets for conventional rubber track 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

CarSim learning experience - rough translation 1

16: 00 interview, came out at 16:08, the question is really too

Matlab mathematical modeling tool

Use Matplotlib to draw a preliminary chart

c语言将字符串中的空格替换成%20

Vs code configuration problem

旋转链表(图解说明)

SQLyog远程连接centos7系统下的MySQL数据库

链表经典面试题(反转链表,中间节点,倒数第k个节点,合并分割链表,删除重复节点)

Chinese garbled code under vscade
随机推荐
Sparse matrix storage
AR system summary harvest
MySQL优化
STL quick reference manual
Using super ball embedding to enhance confrontation training
Opencv's experience of confusing X and Y coordinates
Global and Chinese market of wire loop, 2022-2028: Research Report on technology, participants, trends, market size and share
双向链表的实现(双向链表与单向链表的简单区别联系和实现)
What are the platforms for selling green label domain names? What is the green label domain name like?
How to wrap qstring strings
CarSim learning experience - rough translation 1
Constant pointer and pointer constant
Chinese garbled code under vscade
Introduction to anti interception technology of wechat domain name
Jupyter Notebook常用快捷键(在命令模式中按H也可查看)
Meta learning Brief
樂理基礎(簡述)
C语言的库函数
Backup, recovery and repair of XFS file system
最长等比子序列