Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/efm32hg.ld
- Revision:
- 103:bad568076d81
- Parent:
- 98:8ab26030e058
- Child:
- 113:f141b2784e32
--- a/TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/efm32hg.ld Wed Jul 08 11:22:30 2015 +0100 +++ b/TARGET_EFM32HG_STK3400/TOOLCHAIN_GCC_ARM/efm32hg.ld Tue Jul 21 09:59:51 2015 +0200 @@ -16,8 +16,8 @@ /* MBED: mbed needs to be able to dynamically set the interrupt vector table. * We make room for the table at the very beginning of RAM, i.e. at - * 0x20000000. We need (16+20) * sizeof(uint32_t) = 144 bytes for EFM32HG */ -__vector_size = 0x90; + * 0x20000000. We need (16+21) * sizeof(uint32_t) = 144 bytes for EFM32HG */ +__vector_size = 0x94; /* Linker script to place sections and symbol values. Should be used together * with other linker script that defines memory regions FLASH and RAM.
