3 flash : ORIGIN = 0, LENGTH = 120K
4 ram : ORIGIN = 0x40000000, LENGTH = 64K
7 __stack_end__ = 0x40000000 + 64K - 4;
12 startup : { *(.startup)} >flash
28 __data_beg_src__ = __end_of_text__;
39 /* Align here to ensure that the .bss section occupies space up to
40 _end. Align after .bss to ensure correct alignment even if the
41 .bss section disappears because there are no input sections. */
46 _bss_end__ = . ; __bss_end__ = . ; __end__ = . ;