Skip to content

Commit 552a7af

Browse files
committed
增加PWM配置指南
1 parent b6396e1 commit 552a7af

File tree

6 files changed

+43
-0
lines changed

6 files changed

+43
-0
lines changed

tools/PWM配置指南/1.png

459 KB
Loading

tools/PWM配置指南/2.png

571 KB
Loading

tools/PWM配置指南/3.png

538 KB
Loading

tools/PWM配置指南/4.png

517 KB
Loading

tools/PWM配置指南/5.png

708 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# PWM Device Configurator 配置指南
2+
3+
## 打开配置文件
4+
5+
请使用以下工具打开配置文件:
6+
7+
```bash
8+
tools/device-configurator/device-configurator.exe
9+
libs/TARGET_APP_KIT_PSE84_EVAL_EPC2/config/design.modus
10+
```
11+
12+
---
13+
14+
## 1. 配置 TCPWM 为 PWM 模式
15+
16+
![TCPWM PWM 模式设置](./1.png)
17+
18+
---
19+
20+
## 2. 选择输入时钟源
21+
22+
![选择输入时钟源](./2.png)
23+
24+
---
25+
26+
## 3. 设置 PWM 输出引脚
27+
28+
![设置输出和引脚](./3.png)
29+
30+
---
31+
32+
## 4. 设置输入引脚模式
33+
34+
![输入引脚模式设置 1](./4.png)
35+
36+
![输入引脚模式设置 2](./5.png)
37+
38+
---
39+
40+
## 保存配置
41+
42+
完成全部配置后,按 **`Ctrl + S`** 保存即可。
43+

0 commit comments

Comments
 (0)