Lines Matching +full:0 +full:x400000
18 * - 0x3ffeab00 - 0x3fffc410: Shared buffers, used in UART/USB/SPI download mode only
19 * - 0x3fffc410 - 0x3fffe710: CPU stack, can be reclaimed as heap after RTOS startup
20 * - 0x3fffe710 - 0x40000000: ROM .bss and .data (not easily reclaimable)
23 * buffers area (0x3fffc410). For alignment purpose we shall use value (0x3fce9700).
27 * Used to convert between 0x4002xxxx and 0x3ffbxxxx addresses.
29 #define IRAM_DRAM_OFFSET 0x70000
30 #define DRAM_BUFFERS_START 0x3ffea400
31 #define DRAM_BUFFERS_END 0x3fffc410
32 #define DRAM_ROM_CPU_STACK_START 0x3fffc410
33 #define DRAM_ROM_BSS_DATA_START 0x3fffe710
36 #define BOOTLOADER_STACK_OVERHEAD 0x0
37 #define BOOTLOADER_DRAM_SEG_LEN 0x8000
38 #define BOOTLOADER_IRAM_LOADER_SEG_LEN 0x3000
39 #define BOOTLOADER_IRAM_SEG_LEN 0xa000
60 #define FLASH_SIZE 0x400000
65 #define IROM_SEG_ORG 0x40080000
66 #define IROM_SEG_LEN 0x780000
67 #define DROM_SEG_ORG 0x3f000000