IntelliWizard© - UML StateWizard

A UML StateChart open-source framework and IDE tools under a dual licensing model.


Start Page

Introduction
Why ...
How to ...
Running Environment
License Policy

Features


Demo & Manual
Product Family
Framework API Set
StateTree
StateChart
Debug Support

Downloads

UML StateWizard
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.