vdudouyt / stm8flash

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

s- eeprom #76

Closed spth closed 1 year ago

spth commented 7 years ago

I accidentially specified s- eeprom instead of -s eeprom:

./stm8flash -c stlinkv2 -p stnrg388a s- eeprom -w /tmp/1k

stm8flash wrote to flash, while I would have expected an error.

Philipp