arachnouphobia/stm32f030f4p6/flash.gdb
2019-11-08 15:50:01 +01:00

7 lines
155 B
Plaintext

target remote :3333
file build/main.elf
monitor reset halt
monitor flash write_image erase build/main.bin 0x8000000
#load build/main.elf
monitor reset run