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.
Hi,
Sorry for the delay.
This question should have been posted on the CCS/tools forum.
I will assign it to this forum
thank you
Cesar
Please try an experiment. Build with the linker option --unused_section_elimination=off. Does that fix the problem? If it does, then the linker removes the section because it does not see any references to it. In that case, you need to use either the .retain assembler directive, or the --retain linker option, on the section. For details, please search for those features in the TI ARM assembly tools manual.
Once this experiment is complete, remove the linker option --unused_section_elimination=off.
Thanks and regards,
-George