ROM_START_ADDR ?= 0x0
RAM_START_ADDR ?= 0x100000C8
ROM_LEN ?= 0x80000
RAM_LEN ?= 0x7f38 # 32K - 0xC8
include $(RIOTMAKE)/arch/cortexm.inc.mk