File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
bsp/stm32/stm32mp157a-st-discovery Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ Hello RT-Thread!
1081084 . wwdg 设备会在喂狗前触发中断,LD5 会在中断中不停的闪烁;
1091095 . 在终端输入 ` wwdg_sample ` ,获取 wwdg 设备 Finsh 命令;
1101106 . ` wwdg_sample run ` 开启 wwdg 设备;
111- 7 . wwdg_sample set [ 0 - 7 ] 设置 wwdg 设备分频率;
111+ 7 . ` wwdg_sample set ` 设置 wwdg 设备分频率;
1121128 . 通过调整 wwdg 设备分频率,开发板上 LD5 会有不同的闪烁频率。
113113
114114##### 2. DAC
115115
116- 1. 在 bsp 下打开 env 工具;
117- 2. 输入` menuconfig ` 命令, 进入 Hardware Drivers config 打开 dac,保存并退出;
118- 3. 输入 ` scons --target=iar ` 命令重新生成工程;
116+ 1 . 在 bsp 下打开 env 工具;
117+ 2 . 输入` menuconfig ` 命令, 进入 Hardware Drivers config 打开 dac,保存并退出;
118+ 3 . 输入 ` scons --target=iar ` 命令重新生成工程;
119119
120120###### Finsh
121121
@@ -133,7 +133,7 @@ msh />dac enable 1
133133dac1 channel 1 enables success
134134```
135135
136- 设置 DAC 设备某个通道的数据可以使用命令 dac write` 后面跟通道号。
136+ 设置 DAC 设备某个通道的数据可以使用命令 ` dac write ` 后面跟通道号。
137137
138138``` c
139139msh />dac write 1 1000
You can’t perform that action at this time.
0 commit comments