嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
GD32F103 例程,编译完全没有问题,省去了手工添加外设库的麻烦,实测可用,欢迎大家下载!
国产单片机开发GD32F103
gd32-template
├── Doc
│ └── readme.txt
├── LICENSE
├── Project
│ ├── EventRecorderStub.scvd
│ ├── JLinkLog.txt
│ ├── JLinkSettings.ini
│ ├── Objects
│ │ ├── ExtDll.iex
│ │ ├── test.axf
│ │ └── test.sct
│ ├── RTE
│ │ ├── Device
│ │ │ └── GD32F103VC
│ │ │ ├── gd32f10x_dbg.c
│ │ │ ├── gd32f10x_gpio.c
│ │ │ ├── gd32f10x_misc.c
│ │ │ ├── gd32f10x_pmu.c
│ │ │ ├── gd32f10x_rcu.c
│ │ │ ├── gd32f10x_timer.c
│ │ │ ├── gd32f10x_usart.c
│ │ │ ├── startup_gd32f10x_hd.s
│ │ │ └── system_gd32f10x.c
│ │ ├── _Target_1
│ │ │ └── RTE_Components.h
│ │ └── _test
│ │ └── RTE_Components.h
│ ├── test.uvguix.PC-Wang
│ ├── test.uvoptx
│ └── test.uvprojx
├── README.md
├── User
│ ├── gd32f10x_it.c
│ ├── gd32f10x_it.h
│ └── main.c
├── bsp
│ ├── bsp.c
│ ├── bsp.h
│ ├── inc
│ │ ├── bsp_key.h
│ │ ├── bsp_systick.h
│ │ └── bsp_timer.h
│ └── src
│ ├── bsp_Systick.c
│ └── bsp_key.c
├── 学习笔记.md
├── 按键包使用说明.md
└── 软件定时器包使用说明.md
12 directories, 36 files