:29.031MB : :1 :2022-10-04 15:21:07
gd32F303实例如果开发者对于本文件有需要的可以参考。小熊派GD32学习过程中的资料和编写的代码
BearPi-GD32F303RGT6
├── Firmware
│ ├── CMSIS
│ │ ├── GD
│ │ │ └── GD32F30x
│ │ │ ├── Include
│ │ │ │ ├── gd32f30x.h
│ │ │ │ └── system_gd32f30x.h
│ │ │ └── Source
│ │ │ ├── ARM
│ │ │ │ ├── startup_gd32f30x_cl.s
│ │ │ │ ├── startup_gd32f30x_hd.s
│ │ │ │ └── startup_gd32f30x_xd.s
│ │ │ ├── IAR
│ │ │ │ ├── startup_gd32f30x_cl.s
│ │ │ │ ├── startup_gd32f30x_hd.s
│ │ │ │ └── startup_gd32f30x_xd.s
10-16GD32F303程序例程
10-12GD32F303CG 库函数工程模板