Skip to content

Commit f2b620d

Browse files
committed
update readme.md
1 parent 4add88b commit f2b620d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,20 @@ A SPI-NAND flash programmer software botched together using SPI-MEM and SPI-NAND
1616

1717
[WCH CH347](https://www.wch.cn/products/CH347.html)
1818

19-
The default driver. No extra arguments needed.
19+
The default driver.
20+
21+
add the arguments to set CH347 SPI clock (KHz), default is 30000:
22+
23+
```shell
24+
# set CH347 SPI clock to 15MHz
25+
-a 15000
26+
```
2027

2128
[dword1511/stm32-vserprog](https://github.com/dword1511/stm32-vserprog)
2229

2330
add the following arguments to select this driver:
2431

25-
```
32+
```shell
2633
-d serprog -a /dev/ttyACM0
2734
```
2835

0 commit comments

Comments
 (0)