stm32-usbd-usart/openocd.gdb

12 lines
195 B
Plaintext
Raw Normal View History

2020-04-26 17:01:54 +02:00
set history save on
set confirm off
target extended-remote :3333
set print asm-demangle on
monitor arm semihosting enable
monitor reset halt
load
# monitor verify
# monitor reset
# quit
continue