• How to assign a group of function to a specified range code address?
    All, I'd like to separate all my functions as two qroups, one should located within code address 0x0000--0x4000, while the other is 0x4000--0xFFFF. In assembly, I can use 'ORG', but how do I assign...
  • How to assign a group of function to a specified range code address?
    All, I'd like to separate all my functions as two qroups, one should located within code address 0x0000--0x4000, while the other is 0x4000--0xFFFF. In assembly, I can use 'ORG', but how do I assign...
  • 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...
  • 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...
  • Function located to a fixed address
    ARM MDK 3.4: module / function startadress. I would like to have a flash programming function on a specified address (0xf000) from where the normal program can be updated. This would be a simplified...