Verify failes after programing with STM32_Programmer_CLI due to controller start
I´m programming a STM32F103RCT6 via command line via:
STM32_Programmer_CLI.exe --connect port=SWD --erase all
STM32_Programmer_CLI.exe --connect port=SWD mode=UR reset=HWrst --download Output.hex --verify
While erasing and programming works flawlessly I´m facing the issue that the verify is failing. This is because after programming Output.hex the controller will start the programmed application.
This is an issue, because the application will write to flash memory at address starting at 0x08037800 on startup, making the succeeding verify process failing of course.
Is there a way to prevent STM32_Programmer_CLI from starting the controller after programming ?
