pavelrevak / pystlink

Python tool for flashing and debugging STM32 devices using ST-LINK/V2
MIT License
218 stars 59 forks source link

Fixes bug on parameter error 16384 #8

Closed jxltom closed 6 years ago

jxltom commented 6 years ago

Fixes #7

For stm32fs, max_erase_time is a dict of 6, 64, 128, but erase_size is far more larger than that.