diff options
Diffstat (limited to 'gdb-start')
-rw-r--r-- | gdb-start | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,9 +21,10 @@ monitor reset halt monitor flash probe 0 monitor stm32f1x mass_erase 0 monitor stm32f1x.cpu mwb 0x20000000 0x5a 20480 -monitor flash write_bank 0 test1.elf.bin -delete breakpoint -hbreak main +monitor flash write_bank 0 test1.elf.bin 0 +monitor arm semihosting enable +# delete breakpoint +# hbreak main end monitor reset halt |