ed75b2655f
This patch forces a board to explicitly define TEXT1_ADDR in order to split the firmware into two separate pieces. Otherwise the default is now to produce only a single continuous firmware image with all ISR, text and data together.
7 lines
176 B
Makefile
7 lines
176 B
Makefile
MCU_SERIES = l4
|
|
CMSIS_MCU = STM32L476xx
|
|
AF_FILE = boards/stm32l476_af.csv
|
|
LD_FILES = boards/stm32l476xe.ld boards/common_ifs.ld
|
|
TEXT0_ADDR = 0x08000000
|
|
TEXT1_ADDR = 0x08004000
|