We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
As the Summary suggests, I am trying to Locate initialized variables at an absolute address in a code segment. I have followed the steps shown here http://www.keil.com/support/docs/301.htm. However, my map file does not show a segment for My_Array, all I get are the following:
010016B4H CONST --- My_Array
under the 'Public Symbols' list and
010016B4H PUBLIC CONST --- My_Array
under the 'Symbol Table Of Module'
Am I missing some option on the compiler to get it to produce a linker segment? Any help on this is appreciated. In the end, I want to be able modify My_Array without having to program all new code.
Thanks in advance
Tom
Did you place that array - alone - in a new source file?
You want to isolate this very specific array, since the segment names will be based on the name of the source file.