[update] blinky entrypoint
authorFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 18:31:15 +0000 (13:31 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 18:31:15 +0000 (13:31 -0500)
example/Makefile

index 57179a8151e7a9fa36fa4930d5ac0e80a7f40550..1b310b1765e8984d1c92b8ef4a7239789934695d 100644 (file)
@@ -8,10 +8,10 @@ CFLAGS=-O2 -mlittle-endian -mthumb
 CFLAGS+=-mcpu=cortex-m3 -ffreestanding -nostdlib -nostdinc
 
 # to run from SRAM
-# CFLAGS+=-Wl,-Ttext,0x20000000
+CFLAGS+=-Wl,-Ttext,0x20000000 -Wl,-e,0x20000000
 
 # to write to flash then run
-CFLAGS+=-Wl,-Ttext,0x08000000
+# CFLAGS+=-Wl,-Ttext,0x08000000 -Wl,-e,0x08000000
 
 all: $(BIN_IMAGE)