Skip to content

Commit 79aa508

Browse files
committed
commit icesprog v1.1a
1 parent 201b354 commit 79aa508

4 files changed

Lines changed: 531 additions & 82 deletions

File tree

tools/icesprog.arm

4.89 KB
Binary file not shown.

tools/src/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# iCELink Tips
2+
## GPIO control
3+
```
4+
$icesprog --gpio PB14 --mode out
5+
$icesprog --gpio PB14 --write 0
6+
$icesprog --gpio PB14 --write 1
7+
$icesprog --gpio PB14 --read
8+
```
9+
10+
## JTAG select (available on iCESugar-pro)
11+
```
12+
$icesprog --jtag-sel ?
13+
$icesprog --jtag-sel 1
14+
$icesprog --jtag-sel 2
15+
```
16+
17+
## MCO config (available on iCESugar-nano)
18+
```
19+
$icesprog --clk-sel ?
20+
$icesprog --clk-sel 1
21+
$icesprog --clk-sel 2
22+
$icesprog --clk-sel 3
23+
$icesprog --clk-sel 4
24+
```

tools/src/icesprog

4.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)