We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a945fb6 + 5b2a015 commit e9d308cCopy full SHA for e9d308c
1 file changed
README.md
@@ -75,13 +75,17 @@ housing. The one in the metal housing uses a different pinout.
75
76
Connection to the green flashtool:
77
78
-|Signal name |CPU board |Flash tool |
79
-|------ |-----: |-----: |
80
-|3V3 |1 |2 |
81
-|SWIM |2 |5 |
82
-|GND |3 |7 |
83
-|NRST |4 |9 |
+|Signal name |CPU board |Flash tool |Metal flash tool
+|------ |-----: |-----: |-----:
+|3V3 |1 |2 | 7
+|SWIM |2 |5 | 5
+|GND |3 |7 | 3
+|NRST |4 |9 | 1
84
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
89
90
91
## Compatibility with the Arduino world
0 commit comments