]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/IAR/config/RTK772100FC00000BR_SerialFlash_app.icf
RZ RVDS and IAR projects.
[freertos] / FreeRTOS / Demo / CORTEX_A9_RZ_R7S72100_IAR_DS-5 / IAR / config / RTK772100FC00000BR_SerialFlash_app.icf
1 /*###ICF### Section handled by ICF editor, don't touch! ****/\r
2 /*-Editor annotation file-*/\r
3 /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\a_v1_0.xml" */\r
4 /*-Specials-*/\r
5 define symbol __ICFEDIT_intvec_start__ = 0x18080000;\r
6 /*-Memory Regions-*/\r
7 define symbol __ICFEDIT_region_ROM_start__   = 0x18080040;\r
8 define symbol __ICFEDIT_region_ROM_end__     = 0x1BFFFFFF;\r
9 define symbol __ICFEDIT_region_RAM_start__   = 0x20020000;\r
10 define symbol __ICFEDIT_region_RAM_end__     = 0x209FFFFF;\r
11 /*-Sizes-*/\r
12 define symbol __ICFEDIT_size_cstack__   = 0x8000;\r
13 define symbol __ICFEDIT_size_svcstack__ = 0x40;\r
14 define symbol __ICFEDIT_size_irqstack__ = 0x40;\r
15 define symbol __ICFEDIT_size_fiqstack__ = 0x40;\r
16 define symbol __ICFEDIT_size_undstack__ = 0x40;\r
17 define symbol __ICFEDIT_size_abtstack__ = 0x40;\r
18 define symbol __ICFEDIT_size_heap__     = 0x8000;\r
19 /**** End of ICF editor section. ###ICF###*/\r
20 \r
21 define symbol __ICFEDIT_region_RetRAM_start__       = 0x20000000;\r
22 define symbol __ICFEDIT_region_RetRAM_end__         = 0x2001FFFF;\r
23 \r
24 define symbol __ICFEDIT_region_MirrorRAM_start__    = 0x60020000;\r
25 define symbol __ICFEDIT_region_MirrorRAM_end__      = 0x609FFFFF;\r
26 \r
27 define symbol __ICFEDIT_region_MirrorRetRAM_start__ = 0x60000000;\r
28 define symbol __ICFEDIT_region_MirrorRetRAM_end__   = 0x6001FFFF;\r
29 \r
30 define memory mem with size = 4G;\r
31 \r
32 define region ROM_region          = mem:[from __ICFEDIT_region_ROM_start__          to __ICFEDIT_region_ROM_end__];\r
33 define region RAM_region          = mem:[from __ICFEDIT_region_RAM_start__          to __ICFEDIT_region_RAM_end__];\r
34 define region RetRAM_region       = mem:[from __ICFEDIT_region_RetRAM_start__       to __ICFEDIT_region_RetRAM_end__];\r
35 define region MirrorRAM_region    = mem:[from __ICFEDIT_region_MirrorRAM_start__    to __ICFEDIT_region_MirrorRAM_end__];\r
36 define region MirrorRetRAM_region = mem:[from __ICFEDIT_region_MirrorRetRAM_start__ to __ICFEDIT_region_MirrorRetRAM_end__];\r
37 \r
38 define block CSTACK    with alignment = 8, size = __ICFEDIT_size_cstack__   { };\r
39 define block SVC_STACK with alignment = 8, size = __ICFEDIT_size_svcstack__ { };\r
40 define block IRQ_STACK with alignment = 8, size = __ICFEDIT_size_irqstack__ { };\r
41 define block FIQ_STACK with alignment = 8, size = __ICFEDIT_size_fiqstack__ { };\r
42 define block UND_STACK with alignment = 8, size = __ICFEDIT_size_undstack__ { };\r
43 define block ABT_STACK with alignment = 8, size = __ICFEDIT_size_abtstack__ { };\r
44 define block HEAP      with alignment = 8, size = __ICFEDIT_size_heap__     { };\r
45 \r
46 initialize by copy { readwrite };\r
47 do not initialize  { section .noinit };\r
48 do not initialize  { section MMU_TT };\r
49 \r
50 place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };\r
51 \r
52 place in ROM_region     { readonly };\r
53 place in RAM_region     { readwrite,\r
54                           block CSTACK, block SVC_STACK, block IRQ_STACK, block FIQ_STACK,\r
55                           block UND_STACK, block ABT_STACK, block HEAP };\r
56 \r
57 place in RetRAM_region       { section .retram };\r
58 place in MirrorRAM_region    { section .mirrorram };\r
59 place in MirrorRetRAM_region { section .mirrorretram };\r