2019-09-19 04:20 AM
Hi all,
I am using st link command line interface to program stm32 board. I am not using any command to reset the board after programming but i think by default this reset is happening. Question is how i can prevent this reset to happen after programming.
For connection i am using command
ST-LINK_CLI.exe -c SWD UR LPM
for flashing binary:
ST-LINK_CLI.exe -P %filename% address -V
Thanks,
Kusum