• 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...
  • _at_
    How can I write a specific value in a specif adress of my Flash? For example, I would like to write the value 0x55 in the adress 0x1fff of my flash, then if I use the command below: unsigned char...
  • 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...
  • _at_ keyword
    Hi all, How to use _at_ keyword? The varaibles are declared in onchip EEPROM space. (T89C51RD2) Regards.
  • _at_ problem
    How can I set default value for code base variable at located absolute memory? In Franklin C51: at 0x00F0 code BYTE verMajor = 1; Please Help....