forked from pvvx/esp8266web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmem.txt
32 lines (30 loc) · 1.69 KB
/
mem.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SDK 1.5.4 (p1)
Section| Description| Start (hex)| End (hex)|Used space
------------------------------------------------------------------------------
data| Initialized Data (RAM)| 3FFE8000| 3FFE838C| 908
rodata| ReadOnly Data (RAM)| 3FFE838C| 3FFE8BBC| 2096
bss| Uninitialized Data (RAM)| 3FFE8BC0| 3FFEEBD8| 24600
lit4| Uninitialized Data (IRAM)| 4010560C| 40106250| 3140
text| Uncached Code (IRAM)| 40100000| 4010560C| 22028
irom0_text| Cached Code (SPI)| 40207000| 4023F5B4| 230836
------------------------------------------------------------------------------
Entry Point : 4010016C call_user_start()
Total Used RAM : 52772
Free IRam : 7600 or 23984 (option 48k IRAM)
Free Heap : 54316
Total Free RAM : 78300
SDK 2.0.0 (p1)
Section| Description| Start (hex)| End (hex)|Used space
------------------------------------------------------------------------------
data| Initialized Data (RAM)| 3FFE8000| 3FFE838C| 908
rodata| ReadOnly Data (RAM)| 3FFE838C| 3FFE8BC0| 2100
bss| Uninitialized Data (RAM)| 3FFE8BC0| 3FFEEC40| 24704
lit4| Uninitialized Data (IRAM)| 40105814| 4010645C| 3144
text| Uncached Code (IRAM)| 40100000| 40105814| 22548
irom0_text| Cached Code (SPI)| 40207000| 40240A77| 236151
------------------------------------------------------------------------------
Entry Point : 4010013C call_user_start()
Total Used RAM : 53404
Free IRam : 7076 or 23460 (option 48k IRAM)
Free Heap : 54208
Total Free RAM : 77668