diff options
| author | Dave Hylands | 2016-09-27 23:11:36 -0700 |
|---|---|---|
| committer | Damien George | 2016-10-04 14:31:19 +1100 |
| commit | 1f433c719b1d29a44c52befdf1476d154ebb3c68 (patch) | |
| tree | e5daed73647319899ca1da9652de51f443e4316e /stmhal/boards/LIMIFROG/mpconfigboard.mk | |
| parent | bd925b59c3177542fa69c3c95f9f1a40ced18039 (diff) | |
stmhal: Fix linker map for STM32L476 chips.
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.
Diffstat (limited to 'stmhal/boards/LIMIFROG/mpconfigboard.mk')
| -rw-r--r-- | stmhal/boards/LIMIFROG/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/boards/LIMIFROG/mpconfigboard.mk b/stmhal/boards/LIMIFROG/mpconfigboard.mk index cb89e25f5..a1304b655 100644 --- a/stmhal/boards/LIMIFROG/mpconfigboard.mk +++ b/stmhal/boards/LIMIFROG/mpconfigboard.mk @@ -2,3 +2,4 @@ MCU_SERIES = l4 CMSIS_MCU = STM32L476xx AF_FILE = boards/stm32l476_af.csv LD_FILE = boards/stm32l476xe.ld +TEXT_ADDR = 0x08004000 |
