Lines Matching +full:0 +full:x400000
23 * - 0x3fccb264 - 0x3fcdcb70: Shared buffers, used in UART/USB/SPI download mode only
24 * - 0x3fcdcb70 - 0x3fcdeb70: PRO CPU stack, can be reclaimed as heap after RTOS startup
25 * - 0x3fcdeb70 - 0x3fce0000: ROM .bss and .data (not easily reclaimable)
28 * buffers area (0x3fcdcb70).
32 * Used to convert between 0x403xxxxx and 0x3fcxxxxx addresses.
34 #define IRAM_DRAM_OFFSET 0x6e0000
36 #define DRAM_BUFFERS_START 0x3fccb264
37 #define DRAM_STACK_START 0x3fcdcb70
38 #define DRAM_ROM_BSS_DATA_START 0x3fcdeb70
43 #define BOOTLOADER_STACK_OVERHEAD 0x0
45 #define BOOTLOADER_DRAM_SEG_LEN 0xb000
46 #define BOOTLOADER_IRAM_SEG_LEN 0xc800
47 #define BOOTLOADER_IRAM_LOADER_SEG_LEN 0x1400
66 #define FLASH_SIZE 0x400000
71 #define IROM_SEG_ORG 0x42000000
73 #define DROM_SEG_ORG 0x3c000000