Memory Size

Class # Slides and Notes Preparation References

24
4/7/25

 

Memory Size Analysis and Optimization
  • Memory Size Analysis 1 (0:54:03)
    • Intro
    • MCUs and Memory 
    • Understanding Memory Requirements 
    • Data Alignment and Packing
    • Review of Executable File Sections
    • Toolchain Support for Analysis of Memory Use
4/9/25
  • Memory Size Analysis 2 (34:34)
    • Stack Size Analysis
    • Experimental (9:24)
    • Analytical (10:27)
    • Improving Bounding (16:50)
    • Stack Use by Handlers (20:43)
      • Without RTOS (27:12)
      • With RTOS (30:57)
  • Memory Size Optimization (44:59)
    • Reducing Read-Only Memory Requirements
    • Reducing Read/Write Memory Requirements (22:54)
    • Optimizations for Multitasking Systems (43:47)