Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbussmann committed Mar 1, 2022
1 parent 2334199 commit e745d7d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ as claimed by the STM8S005 datasheet.


## Flashing
As the original firmware has the bootloader disabled you need a STLink programmer
in order to unlock it. Connect it like this:
As the original firmware has the bootloader disabled a STLink programmer is
needed in order to unlock and flash the chip. Under Windows, the programmer
is interfaced using [ST Visual Programmer (STVP)](https://www.st.com/en/development-tools/stvp-stm8.html),
minimal files of the commandline version can be found in the stpv folder. For
other operating systems [stm8flash](https://github.com/vdudouyt/stm8flash) is
used.

Connect the programmer like this:

![Programmer connection](images/stlink.jpg)

Expand Down

0 comments on commit e745d7d

Please sign in to comment.