IntelliWizard© - UML StateWizard

An open source software under LGPL license.


Start Page

Introduction ...
What State Machine
Why State Machine
Running Environment
License Policy

Features


Product Family
API Set
Demo & Manual

Downloads

Installation
Engine Source Code

Users & Partners


User Stories
Forums



Introduction

The application memory is composed of some following elements:

ROM Usage

  • Code Size
  • Constant Data Size

RAM Usage

  • Global or static writable variable size
  • Stack Size
  • Heap Size

This tool calculates the following data sections according to a given map file.

  • text Program data
  • rdata Read-only variable data
  • data Writable variable data
  • bss Un-initialized data

 


Code/Data Size Analyzer

This tool discloses the code and data size for each object with the folllowing information:

  • Object Name
  • Code Length
  • Read-only Size
  • Writable Data Size
  • Un-initialized Data Size

 

Further more, this tool can uncover every variable data length in detail.