Skip to content

marcielbp/stm8s-programmer-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

stm8s-programmer-arduino

Guidelines to compile and upload program to stm8s

Setup

Tool: ST-LINK V2 (don't forget updating udev rules, check here

Before flashing, must connect either ST-Link V2 and USB Cable. In arduino IDE: programmer: ST-Link-V2 board: stm8s103f3

In order to remove writting protection:

echo "00 00 ff 00 ff 00 ff 00 ff 00 ff" | xxd -r -p > factory_defaults.bin
stm8flash -c stlinkv2 -p stm8s103?3 -s opt -w factory_defaults.bin

In arduino IDE:

  • programmer: ST-Link-V2
  • board: stm8s103f3

About

Guidelines to compile and upload program to stm8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published