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
targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/TOOLCHAIN_IAR/stm32f030x8.icf@144:ef7eb2e8f9f7, 2016-09-02 (annotated)
- Committer:
- <>
- Date:
- Fri Sep 02 15:07:44 2016 +0100
- Revision:
- 144:ef7eb2e8f9f7
- Parent:
- 0:9b334a45a8ff
This updates the lib to the mbed lib v125
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
<> | 144:ef7eb2e8f9f7 | 1 | /*###ICF### Section handled by ICF editor, don't touch! ****/ |
<> | 144:ef7eb2e8f9f7 | 2 | /*-Editor annotation file-*/ |
<> | 144:ef7eb2e8f9f7 | 3 | /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ |
<> | 144:ef7eb2e8f9f7 | 4 | /*-Specials-*/ |
<> | 144:ef7eb2e8f9f7 | 5 | define symbol __ICFEDIT_intvec_start__ = 0x08000000; |
<> | 144:ef7eb2e8f9f7 | 6 | /*-Memory Regions-*/ |
<> | 144:ef7eb2e8f9f7 | 7 | define symbol __ICFEDIT_region_ROM_start__ = 0x08000000; |
<> | 144:ef7eb2e8f9f7 | 8 | define symbol __ICFEDIT_region_ROM_end__ = 0x0800FFFF; |
<> | 144:ef7eb2e8f9f7 | 9 | /* [RAM = 8kb = 0x2000] Vector table dynamic copy: 45 vectors = 180 bytes (0xB4) to be reserved in RAM */ |
<> | 144:ef7eb2e8f9f7 | 10 | define symbol __ICFEDIT_region_RAM_start__ = 0x200000B8; /* Add 4 more bytes after NVIC section to be aligned on 8 bytes */ |
<> | 144:ef7eb2e8f9f7 | 11 | define symbol __ICFEDIT_region_RAM_end__ = 0x20001FFF; |
<> | 144:ef7eb2e8f9f7 | 12 | /*-Sizes-*/ |
<> | 144:ef7eb2e8f9f7 | 13 | define symbol __ICFEDIT_size_cstack__ = 0x400; |
<> | 144:ef7eb2e8f9f7 | 14 | define symbol __ICFEDIT_size_heap__ = 0x800; |
<> | 144:ef7eb2e8f9f7 | 15 | /**** End of ICF editor section. ###ICF###*/ |
<> | 144:ef7eb2e8f9f7 | 16 | |
<> | 144:ef7eb2e8f9f7 | 17 | define memory mem with size = 4G; |
<> | 144:ef7eb2e8f9f7 | 18 | define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; |
<> | 144:ef7eb2e8f9f7 | 19 | define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; |
<> | 144:ef7eb2e8f9f7 | 20 | |
<> | 144:ef7eb2e8f9f7 | 21 | define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; |
<> | 144:ef7eb2e8f9f7 | 22 | define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; |
<> | 144:ef7eb2e8f9f7 | 23 | |
<> | 144:ef7eb2e8f9f7 | 24 | initialize by copy { readwrite }; |
<> | 144:ef7eb2e8f9f7 | 25 | do not initialize { section .noinit }; |
<> | 144:ef7eb2e8f9f7 | 26 | |
<> | 144:ef7eb2e8f9f7 | 27 | place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; |
<> | 144:ef7eb2e8f9f7 | 28 | |
<> | 144:ef7eb2e8f9f7 | 29 | place in ROM_region { readonly }; |
<> | 144:ef7eb2e8f9f7 | 30 | place in RAM_region { readwrite, |
<> | 144:ef7eb2e8f9f7 | 31 | block CSTACK, block HEAP }; |
<> | 144:ef7eb2e8f9f7 | 32 | |
<> | 144:ef7eb2e8f9f7 | 33 | export symbol __ICFEDIT_region_RAM_start__; |
<> | 144:ef7eb2e8f9f7 | 34 | export symbol __ICFEDIT_region_RAM_end__; |