Загрузка данных


#if defined(CONFIG_BUILD_ALIGN_LMA) || defined(CONFIG_SDRAM_LMA_ADJUST) || !defined(CONFIG_XIP)
    /*
     * Include a padding section here to make sure that the LMA address
     * of the sections in the RAMABLE_REGION are aligned with those
     * section's VMA alignment requirements.
     */
    SECTION_PROLOGUE(padding_section,,)
	{
	__rodata_region_end = .;
	MPU_ALIGN(__rodata_region_end - ADDR(rom_start));
#if defined(CONFIG_SDRAM_LMA_ADJUST)
	. = ALIGN(0x10000);
#endif
	} GROUP_LINK_IN(ROMABLE_REGION)
#else
	__rodata_region_end = .;
	MPU_ALIGN(__rodata_region_end - ADDR(rom_start));
#endif

Разделы:
Idx Name          Разм      VMA       LMA       Фа  смещ.  Выр.
  0 rom_start     00002278  80000000  60000000  00000134  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 text          000048f0  80002278  60002278  000023ac  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  2 .ARM.exidx    00000008  80006b68  60006b68  00006c9c  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  3 initlevel     00000058  80006b70  60006b70  00006ca4  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  4 device_area   000000c0  80006bc8  60006bc8  00006cfc  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  5 sw_isr_table  00000470  80006c88  60006c88  00006dbc  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  6 gpio_driver_api_area 00000024  800070f8  600070f8  0000722c  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  7 clock_control_driver_api_area 0000001c  8000711c  6000711c  00007250  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  8 uart_driver_api_area 00000014  80007138  60007138  0000726c  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  9 tbss          00000004  8000714c  6000714c  00007280  2**2
                  ALLOC, THREAD_LOCAL
 10 rodata        0000111c  80007150  6000714c  00007280  2**3
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
 11 padding_section 00007d94  8000826c  60008268  0000839c  2**0
                  ALLOC
 12 .ramfunc      00000000  81000000  81000000  000083cc  2**0
                  CONTENTS
 13 datas         00000020  81000000  60008268  0000839c  2**2
                  CONTENTS, ALLOC, LOAD, DATA
 14 device_states 0000000c  81000020  60008288  000083bc  2**0
                  CONTENTS, ALLOC, LOAD, DATA
 15 .comment      00000020  00000000  00000000  000083cc  2**0
                  CONTENTS, READONLY
 16 .debug_aranges 00001028  00000000  00000000  000083f0  2**3
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 17 .debug_info   00030c3d  00000000  00000000  00009418  2**0
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 18 .debug_abbrev 00008bea  00000000  00000000  0003a055  2**0
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 19 .debug_line   00019c66  00000000  00000000  00042c3f  2**0
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 20 .debug_frame  00002638  00000000  00000000  0005c8a8  2**2
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 21 .debug_str    0000b0e1  00000000  00000000  0005eee0  2**0
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 22 .debug_loc    00012158  00000000  00000000  00069fc1  2**0
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 23 .debug_ranges 00002fb8  00000000  00000000  0007c120  2**3
                  CONTENTS, READONLY, DEBUGGING, OCTETS
 24 .ARM.attributes 00000032  00000000  00000000  0007f0d8  2**0
                  CONTENTS, READONLY
 25 .last_section 00000004  80010000  60008294  000083c8  2**2
                  CONTENTS, ALLOC, LOAD, DATA
 26 bss           00000247  81000030  6000829c  000083d0  2**3
                  ALLOC
 27 noinit        00000e00  81000280  81000280  00008400  2**6
                  ALLOC
Никак  не помогло