cancel
Showing results for 
Search instead for 
Did you mean: 

Programming an in circuit STM8S105K6T6C MCU Via UART

FEsfa.1
Associate

Using STLINK-V3SET. Please Note in circuit STM8S105K6T6C  embedded board has these pins GND, RX, TX , VCC. Many thanks

4 REPLIES 4

I'd guess you'd just use the VCP COM port with Flasher STM8..

https://www.st.com/resource/en/user_manual/cd00201192-stm8-bootloader-stmicroelectronics.pdf

https://www.st.com/en/development-tools/flasher-stm8.html

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
FEsfa.1
Associate

Thank you. I am new to this field would you please elaborate more?

Philipp Krause
Senior II

There also are alternatives to the Windows-only FLASHER-STM8, e.g.:

https://github.com/gicking/stm8gal

RKong.1
Associate II

I have been programming the STM8S105C6 chip using a STLinkV2 programming cable and the SWIM interface (you need to connect to SWIM, RESET, GND) and stm8flash. In recent days I have been experimenting with programming using UART and the built-in bootloader with limited success.