How to write bytes to flash without restart?
I am trying to use the windows version of STM32_Programmer_CLI.exe (version 2.13.0) to write bytes to a flash (windows 10). The command I am using is like
./STM32_Programmer_CLI.exe -c port=SWD mode=HOTPLUG -w8 0x08080000 0x00 0x00 0x00 0x00 0x00 0x00 -w8 0x08080C00 0xAA 0x00 0x00 0x00 0x00 0x00 -vand although I use the "mode=hotplug", each time I run this command a restart is triggered. I did expect no restart when using "mode=hotplug".
Can I try something else to be sure to avoid a restart/reset?
