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.
Tool/software: TI C/C++ Compiler
Hi,
I wrote a simple program that blinks an LED on c6713 DSK to see whats going on before main. In the disassembly window there are strange Symbols defined... Few are given bellow:
_TI_STATIC_BASE _TI_STACK_SIZE _TI_tls_init memcpy
Where are these symbols defined. Are these belong to secure TI bootstrap code?
aimal khan said:Where are these symbols defined.
The linker automatically defines them.
aimal khan said:Are these belong to secure TI bootstrap code?
Yes.
Some, but not all, of these symbols are described in the section titled Symbols Defined by the Linker in the C6000 assembly tools manual.
Thanks and regards,
-George