1f433c719b
In particular, this makes the L4 .isr_vector section 16K in size so it's the same as the F4/F7 MCUs. The patch also moves the L4 filesystem to the end of flash, which allows for 512K filesystem on the 1Mb devices like the STM32L476DISC.
6 lines
129 B
Makefile
6 lines
129 B
Makefile
MCU_SERIES = l4
|
|
CMSIS_MCU = STM32L476xx
|
|
AF_FILE = boards/stm32l476_af.csv
|
|
LD_FILE = boards/stm32l476xe.ld
|
|
TEXT_ADDR = 0x08004000
|