cg_xml Documentation

Introduction

This is a package of Perl scripts used to process the XML files that come from the TI code generation tools. Use it to do things like build a spreadsheet that details the size of all the sections, or figure out how much of the memory map is taken up by specific libraries.

The documentation seen here presumes you run the scripts the usual Perl way. If instead you use the standalone executables, then a minor change is needed. Any example that looks like ...

   ofd6x -x file.out | perl sectti.pl

... needs to be executed ...

   ofd6x -x file.out | sectti.exe

Note how "perl sectti.pl" changes to "sectti.exe".


map Scripts


ofd Scripts