We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4add88b commit f2b620dCopy full SHA for f2b620d
README.md
@@ -16,13 +16,20 @@ A SPI-NAND flash programmer software botched together using SPI-MEM and SPI-NAND
16
17
[WCH CH347](https://www.wch.cn/products/CH347.html)
18
19
-The default driver. No extra arguments needed.
+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
+```
27
28
[dword1511/stm32-vserprog](https://github.com/dword1511/stm32-vserprog)
29
30
add the following arguments to select this driver:
31
-```
32
33
-d serprog -a /dev/ttyACM0
34
```
35
0 commit comments