Tool/software:
Hi expert:
For structural variables, currently only the address information of the global variable of the structure can be obtained in the. map file or .out. However, the information of the members in the structure (such as their variable type, array size, etc., regardless of whether they are structural members) cannot be obtained, how to setting in ccs to get the information of the members in the structure,Like IAR software, it can be set in output settings。
struct MY_STRUCT {
unsigned int First;
unsigned int Second;
unsigned int Third;
};
extern struct MY_STRUCT MyStruct;
we can see MY_STRUCT ,do not see MY_STRUCT .First in the out file.