:8.985MB : :1 :2022-09-29 14:34:06
串口使用例程如果开发者对于本文件有需要的可以参考。GD32F107 USART使用说明
串口使用例程
├── Firmware
│ ├── CMSIS
│ │ ├── GD
│ │ │ └── GD32F10x
│ │ │ ├── Include
│ │ │ │ ├── gd32f10x.h
│ │ │ │ └── system_gd32f10x.h
│ │ │ └── Source
│ │ │ ├── ARM
│ │ │ │ ├── startup_gd32f10x_cl.s
│ │ │ │ ├── startup_gd32f10x_hd.s
│ │ │ │ ├── startup_gd32f10x_md.s
│ │ │ │ └── startup_gd32f10x_xd.s
│ │ │ ├── IAR
│ │ │ │ ├── startup_gd32f10x_cl.s
│ │ │ │ ├── startup_gd32f10x_hd.s
│ │ │ │ ├── startup_gd32f10x_md.s
│ │ │ │ └── startup_gd32f10x_xd.s
│ │ │ └── system_gd32f10x.c
│ │ └── core_cm3.h