This video demonstrates how to program/develop firmware for STM8S103F with Arduino IDE
Setting up the Arduino IDE
Step 1: Download Arduino IDE below based on your operating system and install it.
https://www.arduino.cc/en/software/
Step 2: Tap File , Preferences to open the preferences window and paste the link given below into the additional boards manage URL text box and tap OK.
https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json
For details about STM8S103 (blue) visit link below
https://tenbaht.github.io/sduino/hardware/stm8blue/
You will need Stlink drivers to program the board via ST Link
https://www.st.com/en/development-tools/stsw-link009.html#st-get-software
Datasheet of STM8S https://www.st.com/resource/en/datasheet/stm8s103f2.pdf
No comments:
Post a Comment