• allocate fixed flash address for code segment
    Hi: There are two different code segment in my program.I want to allocate the flash for each segment manually. For example: segment A from 0x0-0x600 segment B from 0x1000-0x1200 How can...
  • allocate fixed flash address for code segment
    Hi: There are two different code segment in my program.I want to allocate the flash for each segment manually. For example: segment A from 0x0-0x600 segment B from 0x1000-0x1200 How can...
  • Variable at fix address
    How to locate 1) structure 2) array of structure 3) any variable like char,int,long to a specific memory location and how declare its extern prototype regards... Yogesh.
  • Variable at fix address
    How to locate 1) structure 2) array of structure 3) any variable like char,int,long to a specific memory location and how declare its extern prototype regards... Yogesh.
  • 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...