• char xdata *pointer _at_ postion : absolute illegal specifier
    Hi Why does this declaration not work: char xdata *pointer _at_ postion; but this one works: char xdata array[1] _at_ postion; Should be theoretically the same, or not? Thanks Egon...
  • char xdata *pointer _at_ postion : absolute illegal specifier
    Hi Why does this declaration not work: char xdata *pointer _at_ postion; but this one works: char xdata array[1] _at_ postion; Should be theoretically the same, or not? Thanks Egon...
  • ARM STM32 absolute address for variable
    I have a an embedded application that uses an STM32 (ARM) micro controller. I am using ARMCC 5.06 to compile source code. I want to place a few variables at absolute addresses so that I can use a...
  • 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...