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.

CCS/TMS320C6748: C6748

Part Number: TMS320C6748

Tool/software: Code Composer Studio

I am trying to use the symbols __TI_STACK_END and __TI_STACK_SIZE on the main.c file but I get the prompts  "Symbol '__TI_STACK_END' could not be resolved" and "Symbol '__TI_STACK_SIZE' could not be resolved".when compiling the project. I use 

extern far uint8 __TI_STACK_END;
extern far uint8 __TI_STACK_SIZE;

The symbols appear in the .map file, when I build the project:

00811000 __TI_STACK_END
00002000 __TI_STACK_SIZE