florisla / stm32loader

Flash firmware to STM32 microcontrollers using Python.
GNU General Public License v3.0
111 stars 55 forks source link

Print flash erase/write/verify in correct order #70

Closed florisla closed 1 year ago

florisla commented 1 year ago

From #67, currently it looks like stm32loader is doing write first, then erase, then verify.

florisla commented 1 year ago

Fixed in v0.7.1.