Skip to content

A .net tool for analyzing mamory consumption for compiled ELF file for ESP8266

License

Notifications You must be signed in to change notification settings

Sermus/ESP8266_memory_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266_memory_analyzer

A .net tool for analyzing memory consumption for compiled ELF file for ESP8266

Usage

memanalyzer path_to_objdump path_to_app_out

Can be run under http://www.mono-project.com/

Sample output

   Section|                   Description| Start (hex)|   End (hex)|Used space
------------------------------------------------------------------------------
      data|        Initialized Data (RAM)|    3FFE8000|    3FFE89F0|    2544
    rodata|           ReadOnly Data (RAM)|    3FFE89F0|    3FFE8E44|    1108
       bss|      Uninitialized Data (RAM)|    3FFE8E48|    3FFF0A28|   31712
      text|            Cached Code (IRAM)|    40100000|    401062CE|   25294
irom0_text|           Uncached Code (SPI)|    40240000|    402633EC|  144364
Total Used RAM : 35364
Free RAM : 46556
Free IRam : 7492

About

A .net tool for analyzing mamory consumption for compiled ELF file for ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages