From 022daa0619f7d571db6e81c09ab5c0f0af389c18 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 18 Dec 2015 21:19:35 +0100 Subject: o Functional initialization of .data and .bss. o Adding a minimal printf library --- gdb-start | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gdb-start') diff --git a/gdb-start b/gdb-start index 3973a49..c7da6c3 100644 --- a/gdb-start +++ b/gdb-start @@ -4,18 +4,12 @@ define flash_test1 monitor arm semihosting enable monitor reset halt -monitor stm32f1x.cpu mwb 0x20000000 0x5a 20480 - set confirm off file build/test1.elf load build/test1.elf set confirm on -#monitor flash probe 0 -#monitor stm32f1x mass_erase 0 -#monitor flash write_bank 0 test1.elf.bin 0 -# delete breakpoint -# hbreak main +monitor stm32f1x.cpu mwb 0x20000000 0x5a 20480 end monitor reset halt -- cgit v1.2.3