3 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 32K
4 SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
9 /* Section Definitions */
14 KEEP(*(.isr_vector .isr_vector.*))
15 *(.text .text.* .gnu.linkonce.t.*)
16 *(.glue_7t) *(.glue_7)
17 *(.rodata .rodata* .gnu.linkonce.r.*)
22 *(.ARM.extab* .gnu.linkonce.armextab.*)
27 *(.ARM.exidx* .gnu.linkonce.armexidx.*)
42 /* .bss section which is used for uninitialized data */
55 /* Stabs debugging sections. */
56 .stab 0 : { *(.stab) }
57 .stabstr 0 : { *(.stabstr) }
58 .stab.excl 0 : { *(.stab.excl) }
59 .stab.exclstr 0 : { *(.stab.exclstr) }
60 .stab.index 0 : { *(.stab.index) }
61 .stab.indexstr 0 : { *(.stab.indexstr) }
62 .comment 0 : { *(.comment) }
63 /* DWARF debug sections.
64 Symbols in the DWARF debugging sections are relative to the beginning
65 of the section so we begin them at 0. */
67 .debug 0 : { *(.debug) }
68 .line 0 : { *(.line) }
69 /* GNU DWARF 1 extensions */
70 .debug_srcinfo 0 : { *(.debug_srcinfo) }
71 .debug_sfnames 0 : { *(.debug_sfnames) }
72 /* DWARF 1.1 and DWARF 2 */
73 .debug_aranges 0 : { *(.debug_aranges) }
74 .debug_pubnames 0 : { *(.debug_pubnames) }
76 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
77 .debug_abbrev 0 : { *(.debug_abbrev) }
78 .debug_line 0 : { *(.debug_line) }
79 .debug_frame 0 : { *(.debug_frame) }
80 .debug_str 0 : { *(.debug_str) }
81 .debug_loc 0 : { *(.debug_loc) }
82 .debug_macinfo 0 : { *(.debug_macinfo) }
83 /* SGI/MIPS DWARF 2 extensions */
84 .debug_weaknames 0 : { *(.debug_weaknames) }
85 .debug_funcnames 0 : { *(.debug_funcnames) }
86 .debug_typenames 0 : { *(.debug_typenames) }
87 .debug_varnames 0 : { *(.debug_varnames) }