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.

TMS320F2800137: CCS Setting

Part Number: TMS320F2800137


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.