Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
anyone know the variables to reference start and end of the .text section? usually _etext or __start_text or similar but none are working in CCSTUDIO.
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:
anyone know the variables to reference start and end of the .text section? usually _etext or __start_text or similar but none are working in CCSTUDIO.
Hi Chris,
that depends on the compiler side, not the device specific.
You can find the ARM assembly documents:https://www.ti.com/lit/pdf/SPNU118
As Kier post here, you can see the chapter 8.5.10.5:
You can find similar statement in TI CLANG user guide:https://software-dl.ti.com/codegen/docs/tiarmclang/compiler_tools_user_guide/
B.R.
Sal
I ended up adding this to my linker script: