How can I use the STM32CubeProgrammer windows executable to read a memory area without the device resetting?
I have been trying to read a memory area as follows on windows power shell:
.\STM32_Programmer_CLI.exe -c port=SWD -r8 0x08080000 8 -r8 0x08080C00 8
but that triggers a reset of the device. I do not want a device reset, I just want to read the memory as specified. How to do that?

