• Issues initializing variable at a fixed address
    Hi, I am using the uVision2 v2.06 C51 - 6.02 A51 - 6.02 BL51 - 4.02 LIB51 - 4.12 OH51 - 2.5 S8051.DLL - 2.02 DP51.DLL - 2.02 Targeting an 8051. When I follow the instructions here...
  • Issues initializing variable at a fixed address
    Hi, I am using the uVision2 v2.06 C51 - 6.02 A51 - 6.02 BL51 - 4.02 LIB51 - 4.12 OH51 - 2.5 S8051.DLL - 2.02 DP51.DLL - 2.02 Targeting an 8051. When I follow the instructions here...
  • fix address for variables which are stored in flash
    I want allocate the fix address for variables which are stored in flash. for example: const float engine_speed[6]={0,1000,2000,3000,4000,5000}; after compiling it, the address of these variables (engine_speed...
  • fix address for variables which are stored in flash
    I want allocate the fix address for variables which are stored in flash. for example: const float engine_speed[6]={0,1000,2000,3000,4000,5000}; after compiling it, the address of these variables (engine_speed...
  • how to set fixed address for variables/functions  at compiling stage in ADS?
    Note: This was originally posted on 18th September 2009 at http://forums.arm.com in ads 1.2, I set fixed address for a variable like this: int    file_len  __attribute__((_at_(0x16000))) = 0;   but compile...