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-src by
Diff: targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_IAR/TARGET_LPC11U35_401/LPC11U35.icf
- Revision:
- 418:f79a1bf6b233
- Parent:
- 407:bbbab616ce8f
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_IAR/TARGET_LPC11U35_401/LPC11U35.icf Wed Nov 26 08:00:09 2014 +0000 +++ b/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_IAR/TARGET_LPC11U35_401/LPC11U35.icf Wed Nov 26 13:15:07 2014 +0000 @@ -6,7 +6,9 @@ /*-Memory Regions-*/ define symbol __ICFEDIT_region_ROM_start__ = 0x000000C0; define symbol __ICFEDIT_region_ROM_end__ = 0x0000FFFF; -define symbol __ICFEDIT_region_RAM_start__ = 0x10000000; +define symbol __ICFEDIT_region_NVIC_start__ = 0x10000000; +define symbol __ICFEDIT_region_NVIC_end__ = 0x100000BF; +define symbol __ICFEDIT_region_RAM_start__ = 0x100000C0; define symbol __ICFEDIT_region_RAM_end__ = 0x10001FDF; /*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x400; @@ -34,6 +36,6 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; place in ROM_region { readonly }; place in RAM_region { readwrite, - block CSTACK, block HEAP }; + block HEAP, block CSTACK }; place in CRP_region { section .crp }; place in URAM_region { section USB_PACKET_MEMORY };