This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Locating initialized variables at absolute address

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