2020-06-04 10:11 AM
Using STLINK-V3SET. Please Note in circuit STM8S105K6T6C embedded board has these pins GND, RX, TX , VCC. Many thanks
2020-06-04 11:31 AM
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
2020-06-06 07:41 AM
Thank you. I am new to this field would you please elaborate more?
2020-06-11 04:15 AM
There also are alternatives to the Windows-only FLASHER-STM8, e.g.:
2020-06-11 02:22 PM
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.