cortexm / pyswd

Python SWD Debugging library for ST-Link/V2
MIT License
61 stars 21 forks source link

Can't write data to flash #16

Closed JesseLliang closed 3 years ago

JesseLliang commented 3 years ago

Dose it can't support write data to flash memery? When I write data to flash,like write address 0x08000000 in stm32f103cb,it can not work!

pavelrevak commented 3 years ago

use pystlink instead, pyswd is mainly debugging tool for future there are plans for flashing support, see v2 branch in pyswd