[bsp][ch32v307]补充readme文件说明

This commit is contained in:
hg0720 2022-10-15 11:06:24 +08:00 committed by Man, Jianting (Meco)
parent 8524e273e1
commit 76303f7bea
9 changed files with 53 additions and 13 deletions

View File

@ -1,13 +1,12 @@
# ch32v307v-r1 BSP 说明
## 开发板简介
## 1 开发板简介
CH32V307V-R1 是 WCH 推出的一款基于 RISC-V 内核的开发板,最高主频为 144Mhz。比较适合入门学习 RISC-V 架构。
## 开发板图片
![board](./figures/ch32v307.jpg)
## 基本特性:
**基本特性:**
- MCUCH32V307VCT6主频 144MHzFLASH和RAM可配置
- LED2个用户 LEDs LED1blueLED2blue
@ -18,7 +17,7 @@ CH32V307V-R1 是 WCH 推出的一款基于 RISC-V 内核的开发板,最高主
更多信息和资源请访问[互联型RISC-V单片机 CH32V307](https://www.wch.cn/products/CH32V307.html)
## 编译说明
## 2 编译说明
板级包支持 RISC-V GCC 开发环境,以下是具体版本信息:
@ -26,15 +25,15 @@ CH32V307V-R1 是 WCH 推出的一款基于 RISC-V 内核的开发板,最高主
| ---------- | -------------------- |
| GCC | WCH RISC-V GCC 8.2.0 |
## 使用说明
## 3 使用说明
>本章节是为刚接触 RT-Thread 的新手准备的使用说明,遵循简单的步骤即可将 RT-Thread 操作系统运行在该开发板上,看到实验效果 。
### 快速上手
### 3.1 快速上手
本 BSP 为开发者提供 Scons 编译配置。下面介绍如何将系统运行起来。
#### 1、指定RISC-V GCC编译器
#### 3.1.1 指定RISC-V GCC编译器
推荐使用 RT-Thread Studio 软件里面的编译器。
@ -54,7 +53,7 @@ set RTT_EXEC_PATH=D:\RT-ThreadStudio\repo\Extract\ToolChain_Support_Packages\WCH
> 注意:如果使用第二种方法,第一种方法设置的路劲将会失效。
#### 2、生成dist文件夹
#### 3.1.2 生成dist文件夹
```shell
scons --dist
@ -62,7 +61,7 @@ scons --dist
![dist](./figures/dist.png)
#### 3进入dist文件夹scons编译
#### 3.1.3 进入dist文件夹scons编译
```shell
scons
@ -72,11 +71,11 @@ scons
最终会生成 **rtthread.bin** 文件。
#### 4、硬件连接
#### 3.1.4 硬件连接
使用数据线连接板载 wch-link 到 PC打开电源开关。
#### 5、下载
#### 3.1.5 下载
打开 WCH RISC-V MCU ProgrammerTool 下载软件,选择刚刚生成的 **rtthread.bin** 文件,进行下载。
@ -84,8 +83,49 @@ scons
> 注意这里Chip Mem 设置为224K ROM + 96K RAM。不要以参考手册为准。
#### 运行结果
#### 3.1.6 运行结果
在终端工具里打开板载 wch-link 串口WCHDapLink SERIAL默认115200-8-1-N复位设备后在串口上可以看到 RT-Thread 的输出信息:
![end](./figures/end.png)
### 3.2 导入 RT-Thread Studio 工程
#### 3.2.1 导入
打开 RT-Thread Studio 后点击:文件->导入:
![import](./figures/import.png)
选择“RT-Thread Bsp 到工作空间中”:
![windows](./figures/windows.png)
填写项目信息Bsp 根目录为 \rt-thread\bsp\wch\risc-v\ch32v307v-r1 目录:
![config](./figures/config.png)
#### 3.2.2 配置环境
工程导入后进行编译环境的设置,首先点击“打开构建设置”进入设置界面:
![set](./figures/set.png)
将编译链路径复制到 Toolchain path 中:
![toolchain](./figures/toolchain.png)
如图更改 Prefix
![prefix](./figures/prefix.png)
进行工具设置:
![toolset](./figures/toolset.png)
#### 3.2.3 编译
编译结果如下:
![success](./figures/success.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB