safety-reset/gm_platform/fw/scope.gdb
2020-01-23 14:38:36 +01:00

12 lines
176 B
Text

target remote 192.168.178.103:3334
set pagination off
file main.elf
load
break gdb_dump
command 1
dump binary value /tmp/scope_dump.bin adc_buf
continue
end
continue