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