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