Search found 1 match
- Thu Jul 19, 2018 7:51 am
- Forum: General Discussion
- Topic: Memory Mapping/layout overview from compiled project .map file
- Replies: 2
- Views: 8670
Memory Mapping/layout overview from compiled project .map file
Hi, Is there a way to get memory mapping/layout overview of compiled esp32 project such as its code size, the size of code that is mapped to SRAM0, static allocated memory in SRAM1/2, and the total available SRAM for heap? I believe the information can be retrieved from the .map file but is there an...