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/C2000-CGT: How to see a global variable's flash address

Part Number: C2000-CGT

Tool/software: TI C/C++ Compiler

Hi Ti engineers

I have a question about c2000 compiler's output file,

I use the nm2000.exe tool to analyze the output file,

and I could see the ram address of each  global variable.

and as for initialized global variables, the initial value of this global variables is stored in the cinit section,

and I used the dis2000.exe to disassemble the output file,

I could see the detail of  cinit section, from it I could see the flash address and value of each address.

But I also want to know the relationship between flash address and  initialized global variables.

that is to say, for any initialized global variables, I want to know witch address of the cinit section is  this variables value.

Best Regards

Hope Chen