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.

Access '.text' section start and '.text' section end from my program

Hi,

I am using Code Composer version 4.2.3 and am in need to access start and end of  ".text" section from my application program(monitoring purpose). My expectation was to

somehow associate one extern variable each to start and end of ".text" section. I was planning to use "linker.cmd", but it is autogenerated as part of build. So it is not a good idea

to edit this file to set up a variable. Could anybody please help with advices and hints regarding this?

Thanks in advance

Sudeep