Other Parts Discussed in Thread: TMS320F28335, TMS320F2812
Hello,
I'm currently working on TMS320F2812/TMS320F28335 DSPs and still developing/debugging through Code Composer Studio v4 (although my company has already purchased the new v5).
Our programming language is "C" and I was wondering if TI provides any tool for static code analysis. In particular I would be interested in the following:
1) How much code memory and which type (linker section) is used by each "C" function and each linked "C" module;
2) How much RAM (both internal and external) and which type (linker section) is used by each function/module;
3) Function calling tree
I know some kind of information can be partially retrieved from the linker memory map but it is way too dispersed and unorganized. I need a flexible tool which is capable of automatically extracting, ordering and presenting this information in a readable format.
Any help/suggestion would be greatly appreciated.
Paolo