kopia lustrzana https://github.com/stlink-org/stlink
[update] example/Makefile base text address
rodzic
d7956829d3
commit
05d3638efd
|
@ -7,6 +7,12 @@ OBJCOPY=arm-none-eabi-objcopy
|
|||
CFLAGS=-O2 -mlittle-endian -mthumb
|
||||
CFLAGS+=-mcpu=cortex-m3 -ffreestanding -nostdlib -nostdinc
|
||||
|
||||
# to run from SRAM
|
||||
# CFLAGS+=-Wl,-Ttext,0x20000000
|
||||
|
||||
# to write to flash then run
|
||||
CFLAGS+=-Wl,-Ttext,0x08000000
|
||||
|
||||
all: $(BIN_IMAGE)
|
||||
|
||||
$(BIN_IMAGE): $(EXECUTABLE)
|
||||
|
|
Ładowanie…
Reference in New Issue