• about absolute address variable using"_at_"
    when I define a variable like next: uchar idata M_TVar _at_ 0x80; I got a warning: *** WARNING L4: DATA SPACE MEMORY OVERLAP FROM: 0000H TO: 0001H the next is in .M51 file: * * * * * * * D...
  • 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...
  • 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...
  • about absolute address variable using"_at_"
    when I define a variable like next: uchar idata M_TVar _at_ 0x80; I got a warning: *** WARNING L4: DATA SPACE MEMORY OVERLAP FROM: 0000H TO: 0001H the next is in .M51 file: * * * * * * * D...
  • Can I define an array variable in absolute address of code memory?
    It's somewhat like look-up table of assembly. I defined an array in header file of C program like this: unsigned char code volt_2_freq[5]= { 100, 200, 300, 400, 500 }; Can I put it in a specific address...