stm8flash
stm8flash copied to clipboard
program your stm8 devices with SWIM/stlinkv(1,2)
i am using stlink clone with stm8s103 development board from quiet long time. But few days back my st-link got damage due short i think. so i am using new...
I'm working on a setup with two ST Link v2 programmers, so I have to select them using their serial numbers. Initially I was using the stm8flash binary from platformio....
Using stm8flash to upload binary to STM8L050J3 with STlink v2 returns the following log: > stm8flash -c stlinkv2 -p stm8l050j3 -w build/main.ihx Determine FLASH area STLink: v2, JTAG: v29, SWIM:...
I could just be doing this wrong, but I am unable to write to the option byte area on my device. When I run `./stm8flash -c stlink -p stm8s105c4 -s...
SWIM errors are currently printed with a hex prefix but the value is actually decimal: ERROR2("SWIM error 0x%02**d**\n", status[set][0]); This PR fixes that.
Attached is a document that attempts to put the Read-out Protection (ROP) option byte information for all STM8 devices in one place. The mechanism to disable ROP varies between STM8...
For all functions read/write/verify the error handling should be improved. f.i. currently when specifying a verify operation with a byte count that is larger than part->*_size it will be silently...
stm8flash currently is an essential part of the free toolchain for STM8. I'd suggest to make a release. Releases tend to be more trusted by users and tend to make...
I tested stm8flash with ST-LINK/V2 and STM8S207CB First I wrote to the MCU's flash memory area `test_flash.bin` and then successfully verified it. Next I read flash memory into `test_flash.s19` and...
I need to reflash multiple [STM8S Discovery](https://www.st.com/en/evaluation-tools/stm8s-discovery.html) boards within the same circuit. I expected that I can select the respective board via -S option. But both STLink are shown with...