STM32 Programmer CLI - Read Without Reconnecting
Hello there
As per document UM2237, I am using command:
STM32_Programmer_CLI.exe -c port=SWD index=1 mode=HOTPLUGto connect to the device. Successfully, device is connected.
In case of reading a specified memory, one uses e.g. command:
STM32_Programmer_CLI.exe -c port=SWD index=1 Fast mode=HOTPLUG -r32 0x20000000 0x00000002Which works as a charm. However... these command (directly taken from ST UM2237), issue a connection each time a read is issued.
Of course I tried with only command:
STM32_Programmer_CLI.exe -r32 0x20000000 0x00000002However the "Error: connection to target must be established first." pops up.
Here bares the question. Is it possible to connect to target only once and then trigger some readings, without reconnecting each time?
Thank you!
