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
↧