Lines Matching +full:0 +full:x400000
16 #define ICACHE_SIZE 0x8000
22 * - 0x4086ad08 - 0x4087c610: Shared buffers, used in UART/USB/SPI download mode only
23 * - 0x4087c610 - 0x4087e610: PRO CPU stack, can be reclaimed as heap after RTOS startup
24 * - 0x4087e610 - 0x40880000: ROM .bss and .data (not easily reclaimable)
27 * buffers area (0x4087c610).
30 #define DRAM_BUFFERS_START 0x4086ad08
31 #define DRAM_BUFFERS_END 0x4087c610
33 #define DRAM_ROM_BSS_DATA_START 0x4087e610
39 #define BOOTLOADER_STACK_OVERHEAD 0x0
41 #define BOOTLOADER_DRAM_SEG_LEN 0xA000
42 #define BOOTLOADER_IRAM_LOADER_SEG_LEN 0x3000
43 #define BOOTLOADER_IRAM_SEG_LEN 0xC000
59 #define FLASH_SIZE 0x400000
64 #define IROM_SEG_ORG 0x42000000
66 #define DROM_SEG_ORG 0x42800000