vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
403 stars 182 forks source link

stm8prog & stlinkv1 keep device in reset after flasher terminates #11

Open treideme opened 9 years ago

treideme commented 9 years ago

I love the programmer you put together so far. However, one annoyance is that it keeps the device in reset after it terminates, despite having reset routines in the code.

My configuration

The only remedy I currently have to reset the device is to replug the USB cable or to manually assert the resetline of the STLink MCU.

anderson- commented 6 years ago

This happens to me when verifying (-v) the STM8S003F3. I had put flash & verify on my makefile, and thought my device wasn't working.

spth commented 2 years ago

I tried with current stm8flash, Debian GNU/Linux testing, and an STM8SVLDISCOVERY board. It looks like it works for me. But I have no idea what firmware version is on the board (or how to check the version).