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