STM32_Programmer_cli Read specific memory range and save to file
I am able to read a memory location but do not have to save the result to a file. here is my command
STM32_Programmer_CLI.exe -c port=swd mode=ur Freq=4000 -r16 0x803c000 0xA c:\TPD\ST_Prog\guid.bin
The data is displayed in the cmd window correctly
0x0803C000 : 0614 BB17 E000 D169 6E39
how can I save it to file. I tried adding a path to the end of the command but nothing is saved. Am I missing a -xxx command somewhere?
