8seg/fw/scope.gdb
2019-01-10 14:31:20 +09:00

12 lines
186 B
Text

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