Skip to content

Commit e9d308c

Browse files
committed
Merge branch 'master' into i2c
2 parents a945fb6 + 5b2a015 commit e9d308c

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,17 @@ housing. The one in the metal housing uses a different pinout.
7575

7676
Connection to the green flashtool:
7777

78-
|Signal name |CPU board |Flash tool |
79-
|------ |-----: |-----: |
80-
|3V3 |1 |2 |
81-
|SWIM |2 |5 |
82-
|GND |3 |7 |
83-
|NRST |4 |9 |
78+
|Signal name |CPU board |Flash tool |Metal flash tool
79+
|------ |-----: |-----: |-----:
80+
|3V3 |1 |2 | 7
81+
|SWIM |2 |5 | 5
82+
|GND |3 |7 | 3
83+
|NRST |4 |9 | 1
8484

85+
My breakout boards came preprogrammed with a blink program and with active
86+
write protection bits. For unlocking before first use:
87+
88+
stm8flash -cstlinkv2 -pstm8s103?3 -u
8589

8690

8791
## Compatibility with the Arduino world

0 commit comments

Comments
 (0)