Lines Matching +full:0 +full:x400000
21 * - 0x3fccae00 - 0x3fcdc710: Shared buffers, used in UART/USB/SPI download mode only
22 * - 0x3fcdc710 - 0x3fcde710: PRO CPU stack, can be reclaimed as heap after RTOS startup
23 * - 0x3fcde710 - 0x3fce0000: ROM .bss and .data (not easily reclaimable)
26 * buffers area (0x3fcdc710).
30 * Used to convert between 0x403xxxxx and 0x3fcxxxxx addresses.
32 #define IRAM_DRAM_OFFSET 0x700000
33 #define DRAM_BUFFERS_START 0x3fccae00
34 #define DRAM_BUFFERS_END 0x3fccc000
35 #define DRAM_STACK_START 0x3fcdc710
36 #define DRAM_ROM_BSS_DATA_START 0x3fcde710
47 #define BOOTLOADER_STACK_OVERHEAD 0x0
49 #define BOOTLOADER_DRAM_SEG_LEN 0x9800
50 #define BOOTLOADER_IRAM_SEG_LEN 0x9800
51 #define BOOTLOADER_IRAM_LOADER_SEG_LEN 0x1400
67 #define FLASH_SIZE 0x400000
72 #define IROM_SEG_ORG 0x42000000
74 #define DROM_SEG_ORG 0x3c000000