vdudouyt / stm8flash

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

stlinkv2: flash programming mode selection is broken #171

Closed martin-kaiser closed 8 months ago

martin-kaiser commented 9 months ago

We can use fast or standard flash programming. Fast flash programming requires that the flash block is empty. The check for an empty flash block is incorrect.

See #170 for more details and a fix.

martin-kaiser commented 8 months ago

Thanks for merging the fix.