Skip to content

Commit

Permalink
pastdump.sh resumes target
Browse files Browse the repository at this point in the history
  • Loading branch information
kanflo committed Jul 28, 2017
1 parent 35ed618 commit ad2886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastdump.sh
Expand Up @@ -2,5 +2,5 @@
#
# Dump past area to pastdump.bin. Requires OpenOCD
#
arm-none-eabi-gdb -ex "target remote localhost:3333" -ex "monitor reset halt" -ex "dump binary memory pastdump.bin 0x0800f800 0x08010000" -ex "quit" --batch
arm-none-eabi-gdb -ex "target remote localhost:3333" -ex "monitor reset halt" -ex "dump binary memory pastdump.bin 0x0800f800 0x08010000" -ex "monitor resume" -ex "quit" --batch
hexdump -C pastdump.bin

0 comments on commit ad2886b

Please sign in to comment.