This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS320F28335: How to view 'static' variables in a map or xml file?

Part Number: TMS320F28335

Tool/software: TI C/C++ Compiler

Hi TI member,

       In some cases, I need to view the memory address of the variables. However, in the map file generated by CCS, there are only address list for 'extern' type variables. The 'static' variables are not shown in the map file. Can you show me how to list all the 'extern' and 'static' variables memory address in a map or xml or other type files? All the variables showing in a file is very useful to analyze memory problems(such as variables memory overflow). Thanks.